de.jstacs.data.sequences
Class WrongSequenceTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
WrongSequenceTypeException()
          This constructor creates a new WrongSequenceTypeException with default error message ("The sequence type is not suitable for this AlphabetContainer.").
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrongSequenceTypeException

public WrongSequenceTypeException()
This constructor creates a new WrongSequenceTypeException with default error message ("The sequence type is not suitable for this AlphabetContainer.").