ParserException Objects

Subclass of ModelerException.

A ParserException is thrown to indicate that an attempt to parse a string to an Expression failed. Parsing can fail due to syntax, lexical or semantic errors.

p.getEndPosition() : int

Returns the end position in the parsed string of the text relating to the error. Returns -1 if start position is not valid.

p.getStartPosition() : int

Returns the start position in the parsed string of the text relating to the error. Returns -1 if start position is not valid.