com.rubecula.darwin.foundation
Class ValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rubecula.darwin.foundation.ValueException
All Implemented Interfaces:
java.io.Serializable

public class ValueException
extends java.lang.Exception

Author:
Robin Hillyard
See Also:
Serialized Form

Constructor Summary
ValueException()
           
ValueException(java.lang.String message)
           
ValueException(java.lang.String message, java.lang.Throwable cause)
           
ValueException(java.lang.Throwable cause)
           
 
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

ValueException

public ValueException()

ValueException

public ValueException(java.lang.String message)
Parameters:
message -

ValueException

public ValueException(java.lang.String message,
                      java.lang.Throwable cause)
Parameters:
message -
cause -

ValueException

public ValueException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.