net.dpml.lang
Class ValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.dpml.lang.ValueException
- All Implemented Interfaces:
- Serializable
public class ValueException
- extends Exception
Exception to indicate an error arrising from a value type.
- Version:
- 1.1.0
- Author:
- Digital Product Meta Library
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the causal exception