org.enhydra.barracuda.core.forms
Class ParseException
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.ParseException
- All Implemented Interfaces:
- Serializable
- public class ParseException
- extends ValidationException
This exception indicates a value was unable to be converted to
a valid value for the specified FormType.
- See Also:
- Serialized Form
subExceptions
protected List subExceptions
ParseException
public ParseException()
- The noargs public contructor for ParseException
ParseException
public ParseException(Object source)
- The public contructor for ParseException
- Parameters:
source
- the object which caused this error (usually a
FormElement)
ParseException
public ParseException(Object source,
String s)
- The public contructor for ParseException
- Parameters:
source
- the object which caused this error (usually a
FormElement)s
- a String describing the exception
ParseException
public ParseException(Object source,
String s,
Exception ibaseException)
- The public contructor for ParseException
- 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.