org.apache.cocoon.forms
Class FormsRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.lang.exception.NestableRuntimeException
                  extended byorg.apache.cocoon.util.location.LocatedRuntimeException
                      extended byorg.apache.cocoon.forms.FormsRuntimeException
All Implemented Interfaces:
org.apache.cocoon.util.location.Locatable, org.apache.cocoon.util.location.LocatableException, org.apache.cocoon.util.location.MultiLocatable, org.apache.commons.lang.exception.Nestable, Serializable

public class FormsRuntimeException
extends org.apache.cocoon.util.location.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 1304280 2012-03-23 11:18:01Z ilgrosso $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
Constructor Summary
FormsRuntimeException(String message)
           
FormsRuntimeException(String message, org.apache.cocoon.util.location.Location location)
           
FormsRuntimeException(String message, Throwable cause)
           
FormsRuntimeException(String message, Throwable cause, org.apache.cocoon.util.location.Location location)
           
 
Methods inherited from class org.apache.cocoon.util.location.LocatedRuntimeException
addLocation, getLocation, getLocations, getMessage, getRawMessage
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
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

FormsRuntimeException

public FormsRuntimeException(String message)

FormsRuntimeException

public FormsRuntimeException(String message,
                             Throwable cause)
                      throws org.apache.cocoon.util.location.LocatedRuntimeException

FormsRuntimeException

public FormsRuntimeException(String message,
                             org.apache.cocoon.util.location.Location location)

FormsRuntimeException

public FormsRuntimeException(String message,
                             Throwable cause,
                             org.apache.cocoon.util.location.Location location)
                      throws org.apache.cocoon.util.location.LocatedRuntimeException


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