|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--net.janino.Parser.ParseException
An exception that reflects an error during parsing.
This exception is associated with a particular Location
in the source code.
Field Summary | |
(package private) Scanner.Location |
location
|
Constructor Summary | |
(package private) |
Parser.ParseException(java.lang.String message,
Scanner.Location location)
|
Method Summary | |
java.lang.String |
getMessage()
Returns the message specified at creation time, preceeded with nicely formatted location information. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
Scanner.Location location
Constructor Detail |
Parser.ParseException(java.lang.String message, Scanner.Location location)
Method Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |