net.dpml.lang
Class ValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.dpml.lang.ValueException
All Implemented Interfaces:
Serializable

public class ValueException
extends Exception

Exception to indicate an error arrising from a value type.

Version:
1.0.1
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
ValueException(String message)
          Construct a new ValueException instance.
ValueException(String message, Throwable cause)
          Construct a new ValueException instance.
 
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

ValueException

public ValueException(String message)
Construct a new ValueException instance.

Parameters:
message - the exception message

ValueException

public ValueException(String message,
                      Throwable cause)
Construct a new ValueException instance.

Parameters:
message - the exception message
cause - the causal exception