de.jstacs.data.sequences
Class WrongSequenceTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.jstacs.data.sequences.WrongSequenceTypeException
- All Implemented Interfaces:
- Serializable
public class WrongSequenceTypeException
- extends Exception
This Exception indicates that the type of the sequence (
ByteSequence, ShortSequence, ...) is not suitable for a given
AlphabetContainer.
- Author:
- Jens Keilwagen
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrongSequenceTypeException
public WrongSequenceTypeException()
- This constructor creates a new
WrongSequenceTypeException with
default error message ("The sequence type is not suitable for this
AlphabetContainer.").