|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.adfnmc.java.text.ParseException
public class ParseException
A ParseException is thrown when the String being parsed is not in the correct form.
Constructor Summary | |
---|---|
ParseException(java.lang.String detailMessage,
int location)
Constructs a new instance of this class with its walkback, message and the location of the error filled in. |
Method Summary | |
---|---|
int |
getErrorOffset()
Answers the index at which the parse exception occurred. |
Methods inherited from class java.lang.Throwable |
---|
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParseException(java.lang.String detailMessage, int location)
detailMessage
- String The detail message for the exception.location
- int The index at which the parse exception occurred.Method Detail |
---|
public int getErrorOffset()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |