org.jete.validator
Interface IgnorableValidatorError
- All Known Implementing Classes:
- MethodResultValidator
- public interface IgnorableValidatorError
This allows an action to ignore any errors that may occur during validating. Each validator must implement
exactly how a validator may be ingored, whether it only be an AssertionFailedError or all Exceptions.
- Version:
- $Id: IgnorableValidatorError.html,v 1.3 2006/03/12 02:47:07 tdeast Exp $
isIgnoreValidatorError
public boolean isIgnoreValidatorError()