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:
Serializable
Exception thrown when trying to modify an immutable property.
- 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
-
ImmutablePropertyException
Constructor.- Parameters:
property
- the property that triggered this exception
-