Class CantRemoveValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.infonode.properties.base.exception.PropertyException
net.infonode.properties.base.exception.CantRemoveValueException
- All Implemented Interfaces:
Serializable
Exception thrown when a property value can't be removed.
- 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
-
CantRemoveValueException
Constructor.- Parameters:
property
- the property which triggered this exception
-