net.lucidviews.util.text
Class ParseValueException

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

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

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