|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.dse.tools.workbench.base.WorkbenchException | +--com.ibm.dse.tools.workbench.base.ParseException
The class ParseException
is thrown by the Workbench when is not possible to parse a data value
to a Java object using a defined pattern
Constructor Summary | |
ParseException()
Constructs a ParseException with no specified detail message. |
|
ParseException(java.lang.String s)
Constructs a ParseException with a specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ParseException()
public ParseException(java.lang.String s)
s
- java.lang.String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |