|
antlraux package v0.2.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--antlr.ANTLRException
|
+--antlr.RecognitionException
|
+--antlraux.util.LexInfoException
|
+--antlraux.context.ContextException
|
+--antlraux.context.types.TypeException
Exception launched when an error is found in the type system.
| Field Summary |
| Fields inherited from class antlr.RecognitionException |
column, fileName, line |
| Fields inherited from interface antlraux.util.LexInfo |
DEFAULT_COLUMN, DEFAULT_FILENAME, DEFAULT_LINE |
| Constructor Summary | |
TypeException()
|
|
TypeException(java.lang.String s)
|
|
TypeException(java.lang.String s,
java.lang.String fileName,
int line,
int column)
|
|
| Methods inherited from class antlraux.util.LexInfoException |
copyLexInfo, getLexInfoString, setColumn, setFilename, setLine |
| 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 |
| Methods inherited from interface antlraux.util.LexInfo |
copyLexInfo, getColumn, getFilename, getLexInfoString, getLine, setColumn, setFilename, setLine |
| Constructor Detail |
public TypeException()
public TypeException(java.lang.String s)
public TypeException(java.lang.String s,
java.lang.String fileName,
int line,
int column)
|
antlraux package v0.2.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||