ParseException

Undocumented in source.

Constructors

this
this(string s, int errorOffset)

Constructs a ParseException with the specified detail message and offset. A detail message is a String that describes this particular exception.

Members

Functions

getErrorOffset
int getErrorOffset()

Returns the position where the error was found.

Meta