org.nakedobjects.object
Class ValueParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.nakedobjects.object.ValueParseException
All Implemented Interfaces:
java.io.Serializable

public class ValueParseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ValueParseException(java.lang.String message)
           
ValueParseException(java.lang.Throwable cause)
           
ValueParseException(java.lang.Throwable cause, java.lang.String message)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ValueParseException

public ValueParseException(java.lang.String message)

ValueParseException

public ValueParseException(java.lang.Throwable cause)

ValueParseException

public ValueParseException(java.lang.Throwable cause,
                           java.lang.String message)
Method Detail

getCause

public java.lang.Throwable getCause()