net.lucidviews.util.text
Class ParseValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.lucidviews.util.text.ParseValueException
- All Implemented Interfaces:
- Serializable
- public class ParseValueException
- extends Exception
Exception thrown by the parseValue methods of the
Strings class when the String value is invalid.
- Since:
- 1.0
- Version:
- $Revision: 1.2 $
- Author:
- Stephen Battey
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseValueException
public ParseValueException()
- Create a parsing exception with no information.
ParseValueException
public ParseValueException(String message)
- Create a parsing exception with a descriptive message.
- Parameters:
message - a message describing the error
ParseValueException
public ParseValueException(String message,
Throwable rootCause)
- Create a parsing exception with a descriptive message.
- Parameters:
message - a message describing the errorrootCause - the error that caused the parse to fail