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 java.lang.String |
filename |
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage| Constructor and Description |
|---|
ParseExceptionInFile(java.lang.String filename,
java.lang.String message,
java.lang.Throwable cause) |
ParseExceptionInFile(java.lang.String filename,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename() |
add_escapes, getMessage