org.jcon.persistance
Class TOFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antlr.ANTLRException
              extended by antlr.RecognitionException
                  extended by antlr.SemanticException
                      extended by org.jcon.persistance.TOFException
All Implemented Interfaces:
java.io.Serializable

public class TOFException
extends antlr.SemanticException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Constructor Summary
TOFException(java.lang.String message)
           
TOFException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TOFException

public TOFException(java.lang.String message)

TOFException

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