Class ImmutablePropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.infonode.properties.base.exception.PropertyException
-
- net.infonode.properties.base.exception.ImmutablePropertyException
-
- All Implemented Interfaces:
java.io.Serializable
public class ImmutablePropertyException extends PropertyException
Exception thrown when trying to modify an immutable property.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImmutablePropertyException(Property property)
Constructor.
-
Method Summary
-
Methods inherited from class net.infonode.properties.base.exception.PropertyException
getProperty
-
-
-
-
Constructor Detail
-
ImmutablePropertyException
public ImmutablePropertyException(Property property)
Constructor.- Parameters:
property
- the property that triggered this exception
-
-