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 $

Method Summary
 boolean isIgnoreValidatorError()
           
 

Method Detail

isIgnoreValidatorError

public boolean isIgnoreValidatorError()