public class ParseExceptionInFile extends ParseException
ParseException by a filename.
The filename is used to display the location of an error in the sources. Line
and column number are not stored here explicitly but retrieved from the
cause.| Modifier and Type | Field and Description |
|---|---|
private String |
filename |
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage| Constructor and Description |
|---|
ParseExceptionInFile(String filename,
String message,
Throwable cause) |
ParseExceptionInFile(String filename,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename() |
add_escapes, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString