This project has retired. For details please refer to its
Attic page.
FormsException (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.forms
Class FormsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
org.apache.cocoon.util.location.LocatedException
org.apache.cocoon.ProcessingException
org.apache.cocoon.forms.FormsException
- All Implemented Interfaces:
- Serializable, Locatable, LocatableException, MultiLocatable, org.apache.commons.lang.exception.Nestable
- Direct Known Subclasses:
- BindingException, 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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
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-2010 The Apache Software Foundation. All Rights Reserved.