org.apache.cocoon.forms
Class FormsRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
org.apache.cocoon.util.location.LocatedRuntimeException
org.apache.cocoon.forms.FormsRuntimeException
- All Implemented Interfaces:
- Serializable, Locatable, LocatableException, MultiLocatable, org.apache.commons.lang.exception.Nestable
public class FormsRuntimeException
- extends LocatedRuntimeException
An exception raised when some runtime error occurs in form handling. This is a
located exception, which points to the relevant element declaration.
- Version:
- $Id: FormsRuntimeException.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- See Also:
- Serialized Form
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
delegate |
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
FormsRuntimeException
public FormsRuntimeException(String message)
FormsRuntimeException
public FormsRuntimeException(String message,
Throwable cause)
throws LocatedRuntimeException
- Throws:
LocatedRuntimeException
FormsRuntimeException
public FormsRuntimeException(String message,
Location location)
FormsRuntimeException
public FormsRuntimeException(String message,
Throwable cause,
Location location)
throws LocatedRuntimeException
- Throws:
LocatedRuntimeException
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.