ParseException
ported from java.text.ParseException
Signals that an error has been reached unexpectedly while parsing.
Author
Mark Davis
Since
1.1 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
errorOffset
the position where the error is found while parsing.
See also
java.lang.Exception
java.text.Format
java.text.FieldPosition