net.infonode.properties.base.exception
Class InvalidPropertyValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.infonode.properties.base.exception.PropertyException
                  extended by net.infonode.properties.base.exception.InvalidPropertyValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPropertyValueException
extends PropertyException

An invalid property value was given.

Version:
$Revision: 1.3 $
Author:
$Author: jesper $
See Also:
Serialized Form

Field Summary
private  java.lang.Object value
           
 
Constructor Summary
InvalidPropertyValueException(Property property, java.lang.Object value)
          Constructor.
 
Method Summary
 java.lang.Object getValue()
          Returns the value.
 
Methods inherited from class net.infonode.properties.base.exception.PropertyException
getProperty
 
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
 

Field Detail

value

private java.lang.Object value
Constructor Detail

InvalidPropertyValueException

public InvalidPropertyValueException(Property property,
                                     java.lang.Object value)
Constructor.

Parameters:
property - the property that was assigned a value
value - the value
Method Detail

getValue

public java.lang.Object getValue()
Returns the value.

Returns:
the value