jET
1.0alpha5


prv.doman.fsa
Class AutomatonException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--prv.doman.fsa.AutomatonException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FinalStateMissingException, StateRedefinitionException, UnknownLetterException, UnknownStateException

public abstract class AutomatonException
extends java.lang.Exception

This is a superclass for all automaton exceptions.

See Also:
Serialized Form

Constructor Summary
AutomatonException()
           
 
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()

jET
1.0alpha5