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
An invalid property value was given.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.infonode.properties.base.exception.PropertyException
getProperty
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPropertyValueException
Constructor.- Parameters:
property
- the property that was assigned a valuevalue
- the value
-
-
Method Details
-
getValue
Returns the value.- Returns:
- the value
-