|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OValException | |
---|---|
net.sf.oval | |
net.sf.oval.configuration.annotation | |
net.sf.oval.constraint | This package contains the standard single-value validation constraints in form of Java5 Annotations that can be tagged to class fields, constructor parameters, method parameters and getter method return values. |
net.sf.oval.constraint.exclusion | |
net.sf.oval.exception | This package contains validation exceptions that are thrown if validation errors occur. |
net.sf.oval.guard | This package contains classes that are relevant for OVal's programming by contract feature. |
Uses of OValException in net.sf.oval |
---|
Methods in net.sf.oval with parameters of type OValException | |
---|---|
protected RuntimeException |
Validator.translateException(OValException ex)
|
Methods in net.sf.oval that throw OValException | |
---|---|
protected void |
Validator.checkConstraint(List<ConstraintViolation> violations,
Check check,
Object validatedObject,
Object valueToValidate,
OValContext context,
String[] profiles,
boolean isContainerValue)
|
protected void |
Validator.checkConstraintAssertConstraintSet(List<ConstraintViolation> violations,
AssertConstraintSetCheck check,
Object validatedObject,
Object valueToValidate,
OValContext context,
String[] profiles)
|
protected void |
Validator.checkConstraintAssertFieldConstraints(List<ConstraintViolation> violations,
AssertFieldConstraintsCheck check,
Object validatedObject,
Object valueToValidate,
OValContext context,
String[] profiles)
|
protected void |
Validator.checkConstraintAssertValid(List<ConstraintViolation> violations,
AssertValidCheck check,
Object validatedObject,
Object valueToValidate,
OValContext context,
String[] profiles)
|
boolean |
CheckExclusion.isCheckExcluded(Check check,
Object validatedObject,
Object valueToValidate,
OValContext context,
Validator validator)
This method implements the validation logic |
boolean |
Check.isSatisfied(Object validatedObject,
Object valueToValidate,
OValContext context,
Validator validator)
This method implements the validation logic |
Uses of OValException in net.sf.oval.configuration.annotation |
---|
Methods in net.sf.oval.configuration.annotation that throw OValException | ||
---|---|---|
protected
|
AnnotationsConfigurer.newCheckInstance(Class<AnnotationCheck<ConstraintAnnotation>> checkClass)
|
Uses of OValException in net.sf.oval.constraint |
---|
Methods in net.sf.oval.constraint that throw OValException | |
---|---|
boolean |
EmailCheck.isSatisfied(Object validatedObject,
Object valueToValidate,
OValContext context,
Validator validator)
This method implements the validation logic |
Uses of OValException in net.sf.oval.constraint.exclusion |
---|
Methods in net.sf.oval.constraint.exclusion that throw OValException | |
---|---|
boolean |
NullableExclusion.isCheckExcluded(Check check,
Object validatedObject,
Object valueToValidate,
OValContext context,
Validator validator)
This method implements the validation logic |
Uses of OValException in net.sf.oval.exception |
---|
Subclasses of OValException in net.sf.oval.exception | |
---|---|
class |
AccessingFieldValueFailedException
|
class |
ConstraintSetAlreadyDefinedException
|
class |
ConstraintsViolatedException
This exception is thrown if one or more constraints are not satisfied during validation. |
class |
ExpressionEvaluationException
|
class |
ExpressionLanguageNotAvailableException
|
class |
FieldNotFoundException
|
class |
InvalidConfigurationException
|
class |
InvokingMethodFailedException
|
class |
MethodNotFoundException
|
class |
ObjectGraphNavigatorNotAvailableException
|
class |
ReflectionException
|
class |
UndefinedConstraintSetException
|
class |
ValidationFailedException
|
Methods in net.sf.oval.exception with parameters of type OValException | |
---|---|
RuntimeException |
ExceptionTranslatorJDKExceptionsImpl.translateException(OValException ex)
If this method returns null, the original exception is thrown. |
RuntimeException |
ExceptionTranslator.translateException(OValException ex)
If this method returns null, the original exception is thrown. |
Uses of OValException in net.sf.oval.guard |
---|
Methods in net.sf.oval.guard that throw OValException | |
---|---|
boolean |
PreCheck.isSatisfied(Object validatedObject,
Object valueToValidate,
OValContext context,
Validator validator)
This method implements the validation logic |
boolean |
PostCheck.isSatisfied(Object validatedObject,
Object valueToValidate,
OValContext context,
Validator validator)
This method implements the validation logic |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |