org.codehaus.janino

Class Parser.ParseException

public static class Parser.ParseException extends LocatedException

An exception that reflects an error during parsing. This exception is associated with a particular Location in the source code.
Constructor Summary
ParseException(String message, Location location)

Constructor Detail

ParseException

public ParseException(String message, Location location)