de.jstacs.data.alphabets
Class DoubleSymbolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jstacs.data.alphabets.DoubleSymbolException
All Implemented Interfaces:
Serializable

public class DoubleSymbolException
extends Exception

A DoubleSymbolException is thrown if a symbol occurred more than once in an alphabet.

Author:
Jan Grau
See Also:
Serialized Form

Constructor Summary
DoubleSymbolException(String symbol)
          Constructor for a DoubleSymbolException that takes the symbol that occurs more than once in the error 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleSymbolException

public DoubleSymbolException(String symbol)
Constructor for a DoubleSymbolException that takes the symbol that occurs more than once in the error message.

Parameters:
symbol - the symbol that occurred more than once
See Also:
Exception.Exception(String)