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

Packages that use InvalidConfigurationException
net.sf.oval   
net.sf.oval.configuration   
net.sf.oval.configuration.annotation   
net.sf.oval.configuration.xml   
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. 
net.sf.oval.internal This package contains some internally used classes. 
net.sf.oval.ogn   
 

Uses of InvalidConfigurationException in net.sf.oval
 

Methods in net.sf.oval that throw InvalidConfigurationException
 void Validator.addChecks(Method invariantMethod, Check... checks)
          Registers constraint checks for the given getter's return value
protected  ClassChecks Validator.getClassChecks(Class<?> clazz)
          Returns the ClassChecks object for the particular class, allowing you to modify the checks
 ConstraintSet Validator.getConstraintSet(String constraintSetId)
          Returns the given constraint set.
 

Uses of InvalidConfigurationException in net.sf.oval.configuration
 

Methods in net.sf.oval.configuration that throw InvalidConfigurationException
 ClassConfiguration Configurer.getClassConfiguration(Class<?> clazz)
          Returns the constraint configurations for the given class.
 ConstraintSetConfiguration Configurer.getConstraintSetConfiguration(String constraintSetId)
          Returns the constraint configuration for the constraint set with the given Id.
 

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

Methods in net.sf.oval.configuration.annotation that throw InvalidConfigurationException
 void AnnotationCheck.configure(ConstraintAnnotation constraintAnnotation)
          Configures the check based on the given constraint annotation.
 void AnnotationCheckExclusion.configure(ExclusionAnnotation exclusionAnnotation)
          Configures the check exclusion based on the given exclusion annotation.
 

Uses of InvalidConfigurationException in net.sf.oval.configuration.xml
 

Methods in net.sf.oval.configuration.xml that throw InvalidConfigurationException
 ClassConfiguration XMLConfigurer.getClassConfiguration(Class<?> clazz)
          Returns the constraint configurations for the given class.
 ConstraintSetConfiguration XMLConfigurer.getConstraintSetConfiguration(String constraintSetId)
          Returns the constraint configuration for the constraint set with the given Id.
 

Uses of InvalidConfigurationException in net.sf.oval.exception
 

Subclasses of InvalidConfigurationException in net.sf.oval.exception
 class ConstraintSetAlreadyDefinedException
           
 class ExpressionLanguageNotAvailableException
           
 class ObjectGraphNavigatorNotAvailableException
           
 class UndefinedConstraintSetException
           
 

Uses of InvalidConfigurationException in net.sf.oval.guard
 

Methods in net.sf.oval.guard that throw InvalidConfigurationException
 void Guard.addCheckExclusions(Constructor<?> ctor, int paramIndex, CheckExclusion... exclusions)
          Registers constraint checks for the given constructor parameter
 void Guard.addCheckExclusions(Method method, int paramIndex, CheckExclusion... exclusions)
          Registers constraint checks for the given method parameter
 void Guard.addChecks(Constructor<?> ctor, int paramIndex, Check... checks)
          Registers constraint checks for the given constructor parameter
 void Guard.addChecks(Method method, Check... checks)
          Registers constraint checks for the given method's return value
 void Guard.addChecks(Method method, int paramIndex, Check... checks)
          Registers constraint checks for the given method parameter
 void Guard.addChecks(Method method, PostCheck... checks)
          Registers post condition checks to a method's return value
 void Guard.addChecks(Method method, PreCheck... checks)
          Registers pre condition checks to a method's return value
 Check[] Guard.getChecks(Method method, int paramIndex)
          Returns the registers constraint pre condition checks for the given method parameter
 void Guard.removeCheckExclusions(Constructor<?> ctor, int paramIndex, CheckExclusion... exclusions)
          Removes constraint check exclusions from the given constructor parameter
 void Guard.removeCheckExclusions(Method method, int paramIndex, CheckExclusion... exclusions)
          Removes constraint check exclusions from the given method parameter
 void Guard.removeChecks(Constructor<?> ctor, int paramIndex, Check... checks)
          Removes constraint checks from the given constructor parameter
 void Guard.removeChecks(Method method, int paramIndex, Check... checks)
          Removes constraint checks for the given method parameter
 void Guard.removeChecks(Method method, PostCheck... checks)
          Registers post condition checks to a method's return value
 void Guard.removeChecks(Method method, PreCheck... checks)
          Registers pre condition checks to a method's return value
 

Uses of InvalidConfigurationException in net.sf.oval.internal
 

Methods in net.sf.oval.internal that throw InvalidConfigurationException
 void ClassChecks.addConstructorParameterCheckExclusions(Constructor<?> constructor, int parameterIndex, CheckExclusion... exclusions)
          adds constraint check exclusions to a constructor parameter
 void ClassChecks.addConstructorParameterCheckExclusions(Constructor<?> constructor, int parameterIndex, Collection<CheckExclusion> exclusions)
          adds constraint check exclusions to a constructor parameter
 void ClassChecks.addConstructorParameterChecks(Constructor<?> constructor, int parameterIndex, Check... checks)
          adds constraint checks to a constructor parameter
 void ClassChecks.addConstructorParameterChecks(Constructor<?> constructor, int parameterIndex, Collection<Check> checks)
          adds constraint checks to a constructor parameter
 void ClassChecks.addFieldChecks(Field field, Check... checks)
          adds check constraints to a field
 void ClassChecks.addFieldChecks(Field field, Collection<Check> checks)
          adds check constraints to a field
 void ClassChecks.addMethodParameterCheckExclusions(Method method, int parameterIndex, CheckExclusion... exclusions)
          adds constraint check exclusions to a method parameter
 void ClassChecks.addMethodParameterCheckExclusions(Method method, int parameterIndex, Collection<CheckExclusion> exclusions)
          adds constraint check exclusions to a method parameter
 void ClassChecks.addMethodParameterChecks(Method method, int parameterIndex, Check... checks)
          adds constraint checks to a method parameter
 void ClassChecks.addMethodParameterChecks(Method method, int parameterIndex, Collection<Check> checks)
          adds constraint checks to a method parameter
 void ClassChecks.addMethodPostChecks(Method method, Collection<PostCheck> checks)
          adds constraint checks to a method's return value
 void ClassChecks.addMethodPostChecks(Method method, PostCheck... checks)
          adds constraint checks to a method's return value
 void ClassChecks.addMethodPreChecks(Method method, Collection<PreCheck> checks)
           
 void ClassChecks.addMethodPreChecks(Method method, PreCheck... checks)
           
 void ClassChecks.addMethodReturnValueChecks(Method method, Boolean isInvariant, Check... checks)
          adds constraint checks to a method's return value
 void ClassChecks.addMethodReturnValueChecks(Method method, Boolean isInvariant, Collection<Check> checks)
          adds constraint checks to a method's return value
 void ClassChecks.removeMethodParameterChecks(Method method, int parameterIndex, Check... checks)
           
 

Uses of InvalidConfigurationException in net.sf.oval.ogn
 

Methods in net.sf.oval.ogn that throw InvalidConfigurationException
 ObjectGraphNavigationResult ObjectGraphNavigatorJXPathImpl.navigateTo(Object root, String xpath)
           
 ObjectGraphNavigationResult ObjectGraphNavigatorDefaultImpl.navigateTo(Object root, String path)
           
 ObjectGraphNavigationResult ObjectGraphNavigator.navigateTo(Object root, String path)
          Navigates through the object graph starting at root object.
 



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