Package antlr
Class ANTLRException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- antlr.ANTLRException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CharStreamException,RecognitionException,TokenStreamException
public class ANTLRException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ANTLRException()ANTLRException(String s)ANTLRException(String message, Throwable cause)ANTLRException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-