Package antlr
Class ANTLRError
java.lang.Object
java.lang.Throwable
java.lang.Error
antlr.ANTLRError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionANTLRError 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 Details
-
ANTLRError
public ANTLRError()ANTLRError constructor comment. -
ANTLRError
ANTLRError constructor comment.- Parameters:
s
- java.lang.String
-