net.lucidviews.util.text
Class ParseValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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

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(String message)
          Create a parsing exception with a descriptive message.
ParseValueException(String message, 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

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 error
rootCause - the error that caused the parse to fail