Uses of Class
de.smartics.properties.api.core.domain.PropertyDescriptorException

Packages that use PropertyDescriptorException
de.smartics.properties.api.config.domain Provides domain objects for configuration. 
de.smartics.properties.api.core.domain Provides property domain objects and exceptions. 
 

Uses of PropertyDescriptorException in de.smartics.properties.api.config.domain
 

Subclasses of PropertyDescriptorException in de.smartics.properties.api.config.domain
 class PropertyValidationWithSourceException
          Signals that the value does not match the given constraints and provides information about the source location of the culprit.
 class PropertyValueConversionWithSourceException
          Signals that the value does not match the given constraints and provides information about the source location of the culprit.
 class PropertyValueResolveWithSourceException
          Signals that the value cannot be resolve and provides information about the source location of the culprit.
 

Uses of PropertyDescriptorException in de.smartics.properties.api.core.domain
 

Subclasses of PropertyDescriptorException in de.smartics.properties.api.core.domain
 class DuplicatePropertyDeclarationException
          Signals that a property descriptor has been encountered twice.
 class PropertyValidationException
          Signals that the value does not match the given constraints.
 class PropertyValueConversionException
          Signals that a value cannot be converted to its native type.
 class PropertyValueResolveException
          Signals that the value cannot be resolve.
 class ReadOnlyPropertyException
          Signals that the a read-only property was requested to be updated.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.