org.biojava.utils.automata
Class AutomatonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.biojava.bio.BioException
              extended by org.biojava.utils.automata.AutomatonException
All Implemented Interfaces:
java.io.Serializable

public class AutomatonException
extends BioException

An exception thrown by classes of this package.

See Also:
Serialized Form

Constructor Summary
AutomatonException(java.lang.String message)
           
AutomatonException(java.lang.Throwable ex)
           
AutomatonException(java.lang.Throwable ex, java.lang.String 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

AutomatonException

public AutomatonException(java.lang.String message)

AutomatonException

public AutomatonException(java.lang.Throwable ex)

AutomatonException

public AutomatonException(java.lang.Throwable ex,
                          java.lang.String message)