Uses of Interface
net.sf.oval.exception.ExceptionTranslator

Packages that use ExceptionTranslator
net.sf.oval   
net.sf.oval.exception This package contains validation exceptions that are thrown if validation errors occur. 
 

Uses of ExceptionTranslator in net.sf.oval
 

Methods in net.sf.oval that return ExceptionTranslator
 ExceptionTranslator Validator.getExceptionTranslator()
           
 

Methods in net.sf.oval with parameters of type ExceptionTranslator
 void Validator.setExceptionTranslator(ExceptionTranslator exceptionTranslator)
           
 

Uses of ExceptionTranslator in net.sf.oval.exception
 

Classes in net.sf.oval.exception that implement ExceptionTranslator
 class ExceptionTranslatorJDKExceptionsImpl
          Translates OVal specific exceptions to standard exceptions part of the JRE: ConstraintsViolatedException for constructor/method parameter translated to IllegalArgumentException ConstraintsViolatedException for class field translated to IllegalStateException ConstraintsViolatedException for method return values translated to IllegalStateException Other exceptions based on OValException translated to RuntimeException
 



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