public class AmbigiousDeclException extends RecognitionException
Modifier and Type | Field and Description |
---|---|
(package private) String |
ambigious_symbol |
(package private) String |
filename |
private static long |
serialVersionUID |
(package private) Token |
t |
approximateLineInfo, c, charPositionInLine, index, input, line, node, token
Constructor and Description |
---|
AmbigiousDeclException(String ambigious_symbol,
String filename,
int line,
int column) |
AmbigiousDeclException(String cat,
Token t) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
Deprecated.
|
String |
getMessage()
Returns a clean error message (no line number/column information)
|
String |
toString()
Returns a string representation of this exception.
|
extractInformationFromTreeNodeStream, getUnexpectedType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
private static final long serialVersionUID
String filename
String ambigious_symbol
Token t
@Deprecated public String getErrorMessage()
public String getMessage()
getMessage
in class Throwable