public class WrongSequenceTypeException extends Exception
Exception indicates that the type of the sequence (
ByteSequence, ShortSequence, ...) is not suitable for a given
AlphabetContainer.| Constructor and Description |
|---|
WrongSequenceTypeException()
This constructor creates a new
WrongSequenceTypeException with
default error message ("The sequence type is not suitable for this
AlphabetContainer."). |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WrongSequenceTypeException()
WrongSequenceTypeException with
default error message ("The sequence type is not suitable for this
AlphabetContainer.").