Package antlr
Class SemanticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.RecognitionException
antlr.SemanticException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class antlr.RecognitionException
column, fileName, line
-
Constructor Summary
ConstructorsConstructorDescriptionSemanticException
(String s, String fileName, int line) Deprecated.As of ANTLR 2.7.2 useSemanticException
(String s, String fileName, int line, int column) -
Method Summary
Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SemanticException
-
SemanticException
Deprecated.As of ANTLR 2.7.2 use -
SemanticException
-