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

Packages that use PropertyValidationException
de.smartics.properties.api.core.domain Provides property domain objects and exceptions. 
de.smartics.properties.spi.core.constraint Provides information about property values constraints. 
de.smartics.properties.spi.core.validate Service provider validation classes. 
 

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

Methods in de.smartics.properties.api.core.domain that return PropertyValidationException
static PropertyValidationException PropertyValidationException.invalid(PropertyDescriptor propertyDescriptor, List<? extends PropertyConstraint<?>> constraints, Object value)
          Creates an instance of the validation exception.
 

Methods in de.smartics.properties.api.core.domain that throw PropertyValidationException
 void PropertyConstraint.validate(PropertyDescriptor propertyDescriptor, T value)
          Checks if the given value is valid for constraints in the default group.
 void PropertyConstraint.validate(PropertyDescriptor propertyDescriptor, T value, Class<?> group)
          Checks if the given value is valid.
 

Uses of PropertyValidationException in de.smartics.properties.spi.core.constraint
 

Methods in de.smartics.properties.spi.core.constraint that throw PropertyValidationException
 void AbstractPropertyConstraint.validate(PropertyDescriptor propertyDescriptor, T value)
           
 void AbstractPropertyConstraint.validate(PropertyDescriptor propertyDescriptor, T value, Class<?> group)
           
 

Uses of PropertyValidationException in de.smartics.properties.spi.core.validate
 

Methods in de.smartics.properties.spi.core.validate that throw PropertyValidationException
 void PropertyValidator.validate(PropertyDescriptor descriptor, Object value, Class<?>... groups)
          Validates if the given value meets the constraints defined by the given descriptor.
 



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