public class NucleotideLoadingException extends IOException
| Constructor and Description |
|---|
NucleotideLoadingException()
Creates a new instance of
NucleotideLoadingException without detail
message. |
NucleotideLoadingException(String msg)
Constructs an instance of
NucleotideLoadingException with the
specified detail message. |
NucleotideLoadingException(String msg,
Throwable err) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NucleotideLoadingException()
NucleotideLoadingException without detail
message.public NucleotideLoadingException(String msg)
NucleotideLoadingException with the
specified detail message.msg - the detail message.Copyright © 2017. All rights reserved.