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
Untamed:
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, unwrap |
SemanticException
public SemanticException(String s)
- Enabled:
SemanticException
public SemanticException(String s,
String fileName,
int line)
- Enabled:
comments?