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:
java.io.Serializable
public class CantRemoveValueException extends PropertyException
Exception thrown when a property value can't be removed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CantRemoveValueException(Property property)
Constructor.
-
Method Summary
-
Methods inherited from class net.infonode.properties.base.exception.PropertyException
getProperty
-
-
-
-
Constructor Detail
-
CantRemoveValueException
public CantRemoveValueException(Property property)
Constructor.- Parameters:
property
- the property which triggered this exception
-
-