org.enhydra.barracuda.core.forms
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.barracuda.core.util.exceptions.NestableException
                    |
                    +--org.enhydra.barracuda.core.forms.ValidationException
                          |
                          +--org.enhydra.barracuda.core.forms.ParseException
All Implemented Interfaces:
java.io.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  java.util.List subExceptions
           
 
Fields inherited from class org.enhydra.barracuda.core.forms.ValidationException
source
 
Constructor Summary
ParseException()
          The noargs public contructor for ParseException
ParseException(java.lang.Object source)
          The public contructor for ParseException
ParseException(java.lang.Object source, java.lang.String s)
          The public contructor for ParseException
ParseException(java.lang.Object source, java.lang.String s, java.lang.Exception ibaseException)
          The public contructor for ParseException
 
Methods inherited from class org.enhydra.barracuda.core.forms.ValidationException
addSubException, getExceptionList, getExceptionList, getSource, getSubExceptions, hasSubExceptions, toString
 
Methods inherited from class org.enhydra.barracuda.core.util.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 java.util.List subExceptions
Constructor Detail

ParseException

public ParseException()
The noargs public contructor for ParseException


ParseException

public ParseException(java.lang.Object source)
The public contructor for ParseException

Parameters:
source - the object which caused this error (usually a FormElement)

ParseException

public ParseException(java.lang.Object source,
                      java.lang.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(java.lang.Object source,
                      java.lang.String s,
                      java.lang.Exception ibaseException)
The public contructor for ParseException

Parameters:
source - the object which caused this error (usually a FormElement)
s - a String describing the exception


Copyright © 2001 Enhydra.org