|
||||||||||
| 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
public class ParseValueException
Exception thrown by the parseValue methods of the
Strings class when the String value is invalid.
| Constructor Summary | |
|---|---|
ParseValueException()
Create a parsing exception with no information. |
|
ParseValueException(String message)
Create a parsing exception with a descriptive message. |
|
ParseValueException(String message,
Throwable rootCause)
Create a parsing exception with a descriptive message. |
|
| Method Summary |
|---|
| 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(String message)
message - a message describing the error
public ParseValueException(String message,
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 | |||||||||