List of usage examples for org.springframework.validation DefaultBindingErrorProcessor subclass-usage
From source file ru.org.linux.util.ExceptionBindingErrorProcessor.java
public class ExceptionBindingErrorProcessor extends DefaultBindingErrorProcessor { @Override public void processPropertyAccessException(PropertyAccessException e, BindingResult bindingResult) { if (e.getCause() instanceof IllegalArgumentException && (e.getCause().getCause() instanceof ScriptErrorException || e.getCause().getCause() instanceof UserNotFoundException)) {
From source file com.asual.summer.core.spring.ExtendedBindingErrorProcessor.java
/** * * @author Rostislav Hristov * */ public class ExtendedBindingErrorProcessor extends DefaultBindingErrorProcessor {
From source file org.jdal.ui.bind.ControlBindingErrorProcessor.java
/**
* Add a a Error holding the control that has failed.
*
* @author Jose Luis Martin.
* @since 1.1
*/