org.apache.cocoon.forms
Class FormsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended byorg.apache.cocoon.util.location.LocatedException
                  extended byorg.apache.cocoon.ProcessingException
                      extended byorg.apache.cocoon.forms.FormsException
All Implemented Interfaces:
Locatable, LocatableException, MultiLocatable, org.apache.commons.lang.exception.Nestable, Serializable
Direct Known Subclasses:
DuplicateIdException, IncompletenessException, LibraryException

public class FormsException
extends ProcessingException

An exception raised when an error occurs during form handling. This is a located exception, which points to the relevant element declaration.

Version:
$Id: FormsException.java 449149 2006-09-23 03:58:05Z crossley $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
FormsException(String message)
           
FormsException(String message, Location location)
           
FormsException(String message, Throwable cause)
           
FormsException(String message, Throwable cause, Location location)
           
 
Methods inherited from class org.apache.cocoon.ProcessingException
throwLocated, throwLocated
 
Methods inherited from class org.apache.cocoon.util.location.LocatedException
addCauseLocations, addLocation, ensureCauseChainIsSet, getLocation, getLocations, getMessage, getMessage, getRawMessage
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormsException

public FormsException(String message)

FormsException

public FormsException(String message,
                      Throwable cause)

FormsException

public FormsException(String message,
                      Location location)

FormsException

public FormsException(String message,
                      Throwable cause,
                      Location location)


Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.