public class java.text
ParseException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
Signals that an error has been reached unexpectedly while parsing.
version1.17, 11/17/05
See also java.lang.Exception, java.text.Format, java.text.FieldPosition

Constructors
public ParseException(String s, int errorOffset) Details
Constructs a ParseException with the specified detail message and offset. A detail message is a String that describes this particular exception.
sthe detail message
errorOffsetthe position where the error is found while parsing.

Properties
public int getErrorOffset()
Returns the position where the error was found.