Class DfaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by DfaException
All Implemented Interfaces:
java.io.Serializable

public class DfaException
extends java.lang.Exception

A DfaException is thrown by unexpected errors in dfa code. DfaExceptions behave exactly like Exception objects; all inherited methods call the superclass method and do nothing else.

See Also:
Serialized Form

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

DfaException

public DfaException()

DfaException

public DfaException(java.lang.String message)

DfaException

public DfaException(java.lang.Throwable cause)

DfaException

public DfaException(java.lang.String message,
                    java.lang.Throwable cause)