ParseExceptionNameParseExceptionSynopsis
DescriptionA ParseException is thrown when the text in a string that is being parsed is not in the correct format. Class Summary
public class java.text.ParseException extends java.lang.Exception {
// Constructors
public ParseException(String s, int errorOffset);
// Instance Methods
public int getErrorOffset();
}
ConstructorsParseExceptionpublic ParseException(String s, int errorOffset)
Instance MethodsgetErrorOffsetpublic int getErrorOffset()
Inherited Methods
See AlsoDateFormat, Exception, Format, MessageFormat, NumberFormat |
|