ParseException
public
class
ParseException
extends Exception
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | java.text.ParseException | ||
Known Direct Subclasses
|
Signals that an error has been reached unexpectedly while parsing.
See also:
Summary
Public constructors | |
|---|---|
ParseException(String s, int errorOffset)
Constructs a ParseException with the specified detail message and offset. |
|
Public methods | |
|---|---|
int
|
getErrorOffset()
Returns the position where the error was found. |
Inherited methods | |
|---|---|
From
class
java.lang.Throwable
| |
From
class
java.lang.Object
| |
Public constructors
ParseException
ParseException (String s, int errorOffset)
Constructs a ParseException with the specified detail message and offset. A detail message is a String that describes this particular exception.
| Parameters | |
|---|---|
s |
String:
the detail message |
errorOffset |
int:
the position where the error is found while parsing.
|
Public methods
getErrorOffset
int getErrorOffset ()
Returns the position where the error was found.
| Returns | |
|---|---|
int |
|
Interfaces
Classes
- Annotation
- AttributedCharacterIterator.Attribute
- AttributedString
- Bidi
- BreakIterator
- ChoiceFormat
- CollationElementIterator
- CollationKey
- Collator
- DateFormat
- DateFormat.Field
- DateFormatSymbols
- DecimalFormat
- DecimalFormatSymbols
- FieldPosition
- Format
- Format.Field
- MessageFormat
- MessageFormat.Field
- Normalizer
- NumberFormat
- NumberFormat.Field
- ParsePosition
- RuleBasedCollator
- SimpleDateFormat
- StringCharacterIterator
Enums
Exceptions


