Uses of Class
net.sf.oval.exception.ReflectionException

Packages that use ReflectionException
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.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 ReflectionException in net.sf.oval
 

Methods in net.sf.oval that throw ReflectionException
protected  ClassChecks Validator.getClassChecks(Class<?> clazz)
          Returns the ClassChecks object for the particular class, allowing you to modify the checks
 String[] Validator.DelegatingParameterNameResolver.getParameterNames(Constructor<?> constructor)
          Returns an empty String array if no parameters are declared.
 String[] Validator.DelegatingParameterNameResolver.getParameterNames(Method method)
          Returns an empty String array if no parameters are declared
 

Uses of ReflectionException in net.sf.oval.configuration.annotation
 

Methods in net.sf.oval.configuration.annotation that throw ReflectionException
protected
<ConstraintAnnotation extends Annotation>
AnnotationCheck<ConstraintAnnotation>
AnnotationsConfigurer.initializeCheck(ConstraintAnnotation constraintAnnotation)
           
protected
<ConstraintsAnnotation extends Annotation>
void
AnnotationsConfigurer.initializeChecks(ConstraintsAnnotation constraintsAnnotation, List<Check> checks)
           
protected
<ExclusionAnnotation extends Annotation>
AnnotationCheckExclusion<ExclusionAnnotation>
AnnotationsConfigurer.initializeExclusion(ExclusionAnnotation exclusionAnnotation)
           
 

Uses of ReflectionException in net.sf.oval.constraint
 

Methods in net.sf.oval.constraint that throw ReflectionException
 boolean ValidateWithMethodCheck.isSatisfied(Object validatedObject, Object valueToValidate, OValContext context, Validator validator)
          This method implements the validation logic
 boolean CheckWithCheck.isSatisfied(Object validatedObject, Object valueToValidate, OValContext context, Validator validator)
          This method implements the validation logic
 void CheckWithCheck.setSimpleCheck(Class<? extends CheckWithCheck.SimpleCheck> simpleCheckType)
           
 

Uses of ReflectionException in net.sf.oval.exception
 

Subclasses of ReflectionException in net.sf.oval.exception
 class AccessingFieldValueFailedException
           
 class FieldNotFoundException
           
 class InvokingMethodFailedException
           
 class MethodNotFoundException
           
 

Uses of ReflectionException in net.sf.oval.guard
 

Methods in net.sf.oval.guard that throw ReflectionException
 String[] ParameterNameResolverParanamerImpl.getParameterNames(Constructor<?> constructor)
          Returns an empty String array if no parameters are declared.
 String[] ParameterNameResolverEnumerationImpl.getParameterNames(Constructor<?> constructor)
          Returns an empty String array if no parameters are declared.
 String[] ParameterNameResolverAspectJImpl.getParameterNames(Constructor<?> constructor)
          Returns an empty String array if no parameters are declared.
 String[] ParameterNameResolver.getParameterNames(Constructor<?> constructor)
          Returns an empty String array if no parameters are declared.
 String[] ParameterNameResolverParanamerImpl.getParameterNames(Method method)
          Returns an empty String array if no parameters are declared
 String[] ParameterNameResolverEnumerationImpl.getParameterNames(Method method)
          Returns an empty String array if no parameters are declared
 String[] ParameterNameResolverAspectJImpl.getParameterNames(Method method)
          Returns an empty String array if no parameters are declared
 String[] ParameterNameResolver.getParameterNames(Method method)
          Returns an empty String array if no parameters are declared
 



Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.