Package net.infonode.properties.base.exception

Properties exception classes.

See:
          Description

Exception Summary
CantRemoveValueException Exception thrown when a property value can't be removed.
ImmutablePropertyException Exception thrown when trying to modify an immutable property.
InvalidPropertyException Exception thrown when an invalid property was given.
InvalidPropertyTypeException Thrown when a property type is incompatible with another property type.
InvalidPropertyValueException An invalid property value was given.
PropertyException Base class for all property exceptions.
 

Package net.infonode.properties.base.exception Description

Properties exception classes.