org.enhydra.barracuda.core.forms
Class DeferredValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.barracuda.plankton.exceptions.NestableException
org.enhydra.barracuda.core.forms.ValidationException
org.enhydra.barracuda.core.forms.DeferredValidationException
- All Implemented Interfaces:
- Serializable
- public class DeferredValidationException
- extends ValidationException
This class defines a deferred validation exception. It's just
like a standard validation exception, except that validation
continues (so that we can collect all possible validation
errors on a form at one time).
- See Also:
- Serialized Form
subExceptions
protected List subExceptions
DeferredValidationException
public DeferredValidationException()
- The noargs public contructor for DeferredValidationException
DeferredValidationException
public DeferredValidationException(Object source)
- The public contructor for DeferredValidationException
- Parameters:
source
- the object which caused this error (usually a
FormElement)
DeferredValidationException
public DeferredValidationException(Object source,
String s)
- The public contructor for DeferredValidationException
- Parameters:
source
- the object which caused this error (usually a
FormElement)s
- a String describing the exception
DeferredValidationException
public DeferredValidationException(Object source,
String s,
Exception ibaseException)
- The public contructor for DeferredValidationException
- Parameters:
source
- the object which caused this error (usually a
FormElement)s
- a String describing the exceptionibaseException
- the original exception to wrap within this exception
Copyright © 2003 BarracudaMVC.org All Rights Reserved.