Package antlr
Class SemanticException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- antlr.ANTLRException
-
- antlr.RecognitionException
-
- antlr.SemanticException
-
- All Implemented Interfaces:
Serializable
public class SemanticException extends RecognitionException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class antlr.RecognitionException
column, fileName, line
-
-
Constructor Summary
Constructors Constructor Description SemanticException(String s)
SemanticException(String s, String fileName, int line)
Deprecated.As of ANTLR 2.7.2 use {@see #SemanticException(char, String, int, int) }SemanticException(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
-
-