| java.lang.Object java.lang.Throwable java.lang.Exception java.text.ParseException
Constructor Summary | |
public | ParseException(String s, int errorOffset) Constructs a ParseException with the specified detail message and
offset. |
Method Summary | |
public int | getErrorOffset() Returns the position where the error was found. |
ParseException | public ParseException(String s, int errorOffset)(Code) | | Constructs a ParseException with the specified detail message and
offset.
A detail message is a String that describes this particular exception.
Parameters: s - the detail message Parameters: errorOffset - the position where the error is found while parsing. |
getErrorOffset | public int getErrorOffset()(Code) | | Returns the position where the error was found.
|
|
|