Uses of Class
net.infonode.properties.base.exception.PropertyException

Packages that use PropertyException
net.infonode.properties.base.exception Properties exception classes. 
 

Uses of PropertyException in net.infonode.properties.base.exception
 

Subclasses of PropertyException in net.infonode.properties.base.exception
 class CantRemoveValueException
          Exception thrown when a property value can't be removed.
 class ImmutablePropertyException
          Exception thrown when trying to modify an immutable property.
 class InvalidPropertyException
          Exception thrown when an invalid property was given.
 class InvalidPropertyTypeException
          Thrown when a property type is incompatible with another property type.
 class InvalidPropertyValueException
          An invalid property value was given.