|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.lucidviews.util.text.ParseValueException
Exception thrown by the parseValue methods of the
Strings class when the String value is invalid.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
ParseValueException()
Create a parsing exception with no information. |
|
ParseValueException(java.lang.String message)
Create a parsing exception with a descriptive message. |
|
ParseValueException(java.lang.String message,
java.lang.Throwable rootCause)
Create a parsing exception with a descriptive message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ParseValueException()
public ParseValueException(java.lang.String message)
message - a message describing the error
public ParseValueException(java.lang.String message,
java.lang.Throwable rootCause)
message - a message describing the errorrootCause - the error that caused the parse to fail
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||