net.dpml.lang
Class ValueRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.dpml.lang.ValueRuntimeException
All Implemented Interfaces:
Serializable

public class ValueRuntimeException
extends RuntimeException

Exception to indicate an error arrising from a value type.

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

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

ValueRuntimeException

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

Parameters:
message - the exception message

ValueRuntimeException

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

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