Package antlr
Class ANTLRException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class ANTLRException extends IllegalArgumentException
Deprecated.This class is for binary compatibility for older plugins that importANTLRException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ANTLRException(String message)
Deprecated.ANTLRException(String message, Throwable cause)
Deprecated.ANTLRException(Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-