Package antlr
Class ANTLRError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- antlr.ANTLRError
-
- All Implemented Interfaces:
Serializable
public class ANTLRError extends Error
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ANTLRError()
ANTLRError constructor comment.ANTLRError(String s)
ANTLRError constructor comment.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ANTLRError
public ANTLRError()
ANTLRError constructor comment.
-
ANTLRError
public ANTLRError(String s)
ANTLRError constructor comment.- Parameters:
s
- java.lang.String
-
-