|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.RecognitionException
antlr.SemanticException
public class SemanticException
Field Summary |
---|
Fields inherited from class antlr.RecognitionException |
---|
column, fileName, line |
Constructor Summary | |
---|---|
SemanticException(java.lang.String s)
|
|
SemanticException(java.lang.String s,
java.lang.String fileName,
int line)
Deprecated. As of ANTLR 2.7.2 use #SemanticException(char, String, int, int) |
|
SemanticException(java.lang.String s,
java.lang.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 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SemanticException(java.lang.String s)
public SemanticException(java.lang.String s, java.lang.String fileName, int line)
#SemanticException(char, String, int, int)
public SemanticException(java.lang.String s, java.lang.String fileName, int line, int column)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |