org.barracudamvc.core.forms
Class ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.barracudamvc.plankton.exceptions.NestableException
              extended byorg.barracudamvc.core.forms.ValidationException
                  extended byorg.barracudamvc.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

Field Summary
protected  List subExceptions
           
 
Fields inherited from class org.barracudamvc.core.forms.ValidationException
sep, source
 
Constructor Summary
ParseException()
          The noargs public contructor for ParseException
ParseException(Object source)
          The public contructor for ParseException
ParseException(Object source, String s)
          The public contructor for ParseException
ParseException(Object source, String s, Exception ibaseException)
          The public contructor for ParseException
 
Methods inherited from class org.barracudamvc.core.forms.ValidationException
addSubException, getExceptionList, getExceptionList, getSource, getSubExceptions, hasSubExceptions, toString
 
Methods inherited from class org.barracudamvc.plankton.exceptions.NestableException
getBaseException, getRootException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

subExceptions

protected List subExceptions
Constructor Detail

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 exception
ibaseException - the original exception to wrap within this exception


Copyright © 2004 BarracudaMVC.org All Rights Reserved.