Uses of Package
net.sf.oval.exception

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

Classes in net.sf.oval.exception used by net.sf.oval
ConstraintSetAlreadyDefinedException
           
ConstraintsViolatedException
          This exception is thrown if one or more constraints are not satisfied during validation.
ExceptionTranslator
          An exception translater for all exception thrown by the guard during runtime when performing constraint validations on guarded objects.
InvalidConfigurationException
           
OValException
          The root exception of all custom exceptions thrown by OVal
ReflectionException
           
ValidationFailedException
           
 

Classes in net.sf.oval.exception used by net.sf.oval.configuration
InvalidConfigurationException
           
 

Classes in net.sf.oval.exception used by net.sf.oval.configuration.annotation
InvalidConfigurationException
           
OValException
          The root exception of all custom exceptions thrown by OVal
ReflectionException
           
 

Classes in net.sf.oval.exception used by net.sf.oval.configuration.xml
InvalidConfigurationException
           
 

Classes in net.sf.oval.exception used by net.sf.oval.constraint
ExpressionEvaluationException
           
ExpressionLanguageNotAvailableException
           
OValException
          The root exception of all custom exceptions thrown by OVal
ReflectionException
           
 

Classes in net.sf.oval.exception used by net.sf.oval.constraint.exclusion
OValException
          The root exception of all custom exceptions thrown by OVal
 

Classes in net.sf.oval.exception used by net.sf.oval.exception
ExceptionTranslator
          An exception translater for all exception thrown by the guard during runtime when performing constraint validations on guarded objects.
InvalidConfigurationException
           
OValException
          The root exception of all custom exceptions thrown by OVal
ReflectionException
           
 

Classes in net.sf.oval.exception used by net.sf.oval.expression
ExpressionEvaluationException
           
ExpressionLanguageNotAvailableException
           
 

Classes in net.sf.oval.exception used by net.sf.oval.guard
ConstraintsViolatedException
          This exception is thrown if one or more constraints are not satisfied during validation.
InvalidConfigurationException
           
InvokingMethodFailedException
           
OValException
          The root exception of all custom exceptions thrown by OVal
ReflectionException
           
ValidationFailedException
           
 

Classes in net.sf.oval.exception used by net.sf.oval.internal
InvalidConfigurationException
           
 

Classes in net.sf.oval.exception used by net.sf.oval.internal.util
AccessingFieldValueFailedException
           
ConstraintsViolatedException
          This exception is thrown if one or more constraints are not satisfied during validation.
InvokingMethodFailedException
           
 

Classes in net.sf.oval.exception used by net.sf.oval.ogn
InvalidConfigurationException
           
 



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