edu.toronto.cs.ctl.antlr
Class CTLNodeParser.CTLNodeParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.toronto.cs.ctl.antlr.CTLNodeParser.CTLNodeParserException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CTLNodeParser

public static class CTLNodeParser.CTLNodeParserException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CTLNodeParser.CTLNodeParserException()
           
CTLNodeParser.CTLNodeParserException(java.lang.String message)
           
CTLNodeParser.CTLNodeParserException(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

CTLNodeParser.CTLNodeParserException

public CTLNodeParser.CTLNodeParserException()

CTLNodeParser.CTLNodeParserException

public CTLNodeParser.CTLNodeParserException(java.lang.String message)

CTLNodeParser.CTLNodeParserException

public CTLNodeParser.CTLNodeParserException(java.lang.Throwable cause)