Uses of Class
cz.cuni.versatile.api.RegistryException

Packages that use RegistryException
cz.cuni.versatile.api The key elements of the Versatile API.  
 

Uses of RegistryException in cz.cuni.versatile.api
 

Subclasses of RegistryException in cz.cuni.versatile.api
 class PropertyKindException
          Thrown when trying to obtain a PropertyMapping for a leaf property or wise versa, when trying to retrieve a ValueProvider for a derived property.
 class PropertyMappingException
          Thrown when the direction (domain versus range) of the PropertyMapping being registered is incorrect with the respect to underlying PropertyRegistry semantics.
 class UndefinedPropertyValueException
          Thrown when the invocation of DeliveryContext.getValue(Property) or DeliveryContext.getValue(String) fails.
 class UnregisteredPropertyException
          Thrown when the given Property is not registered in the target PropertyRegistry.