com.softwareag.centrasite.appl.framework.validation.impl
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.softwareag.centrasite.appl.framework.CSAppFrameworkException
              extended by com.softwareag.centrasite.appl.framework.validation.impl.InvalidValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidValueException
extends com.softwareag.centrasite.appl.framework.CSAppFrameworkException

An instance of this exception is thrown, if an attempt is made to set an invalid value.

See Also:
Serialized Form

Constructor Summary
InvalidValueException(java.lang.Object pValue, java.lang.String pMessage)
          Creates a new instance with the given value and message.
 
Method Summary
 java.lang.Object getValue()
          Returns the value, that should have been set.
 
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

InvalidValueException

public InvalidValueException(java.lang.Object pValue,
                             java.lang.String pMessage)
Creates a new instance with the given value and message.

Method Detail

getValue

public java.lang.Object getValue()
Returns the value, that should have been set.