jbil.sequence
Class InvalidSymbolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jbil.sequence.InvalidSymbolException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSymbolException
extends java.lang.RuntimeException

Runtime exception typically used to indicate problems in sequence operations involving invalid symbols, e.g. appending a symbol which does not belong to the base alphabet of the sequence.

Author:
Paulo G. S. da Fonseca
See Also:
Serialized Form

Constructor Summary
InvalidSymbolException()
          Creates a new invalid symbol exception.
InvalidSymbolException(java.lang.String message)
          Creates a new invalid symbol exception with an associated message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSymbolException

public InvalidSymbolException()
Creates a new invalid symbol exception.


InvalidSymbolException

public InvalidSymbolException(java.lang.String message)
Creates a new invalid symbol exception with an associated message.

Parameters:
message - The associated message.