java.text
public class ParseException extends Exception
See Also: Format FieldPosition
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
ParseException(String s, int offset)
This method initializes a new instance of ParseException
with a detailed error message and a error position.
|
Method Summary | |
---|---|
int | getErrorOffset()
This method returns the position where the error occurred.
|
ParseException
with a detailed error message and a error position.
Parameters: s the descriptive message describing the error offset the position where the error was encountered
Returns: the position where the error occurred