net.infonode.properties.base.exception
Class InvalidPropertyValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.infonode.properties.base.exception.PropertyException
net.infonode.properties.base.exception.InvalidPropertyValueException
- All Implemented Interfaces:
- Serializable
- public class InvalidPropertyValueException
- extends PropertyException
An invalid property value was given.
- Version:
- $Revision: 1.3 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPropertyValueException
public InvalidPropertyValueException(Property property,
Object value)
- Constructor.
- Parameters:
property
- the property that was assigned a valuevalue
- the value
getValue
public Object getValue()
- Returns the value.
- Returns:
- the value
Copyright © 2007 NNL Technology AB. All Rights Reserved.