jET
1.0beta1


prv.doman.fsa
Class FinalStateMissingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--prv.doman.fsa.AutomatonException
                    |
                    +--prv.doman.fsa.FinalStateMissingException
All Implemented Interfaces:
java.io.Serializable

public class FinalStateMissingException
extends AutomatonException

Thrown when the automaton does not have final states.

See Also:
Serialized Form

Constructor Summary
FinalStateMissingException()
          Create new exception.
 
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

FinalStateMissingException

public FinalStateMissingException()
Create new exception.


jET
1.0beta1