Uses of Package
net.infonode.properties.base.exception

Packages that use net.infonode.properties.base.exception
net.infonode.properties.base Base classes for the properties library. 
net.infonode.properties.base.exception Properties exception classes. 
net.infonode.properties.propertymap Property maps are used for storage of property values. 
 

Classes in net.infonode.properties.base.exception used by net.infonode.properties.base
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.
InvalidPropertyValueException
          An invalid property value was given.
 

Classes in net.infonode.properties.base.exception used by net.infonode.properties.base.exception
PropertyException
          Base class for all property exceptions.
 

Classes in net.infonode.properties.base.exception used by net.infonode.properties.propertymap
InvalidPropertyException
          Exception thrown when an invalid property was given.
InvalidPropertyTypeException
          Thrown when a property type is incompatible with another property type.