org.apache.struts.action

Class ActionException

Implemented Interfaces:
Serializable

public class ActionException
extends ExceptionConfig

An ActionException represents a potential exception that may occur during delegation to an Action class. Instances of this class may be configured in association with an ActionMapping instance for named lookup of potentially multiple destinations for a particular mapping instance.

An ActionException has the following minimal set of properties. Additional properties can be provided as needed by subclassses.

Version:
$Revision: 1.4 $ $Date: 2003/04/15 00:18:45 $

Author:
ldonlan

Since:
Struts 1.1

Field Summary

Fields inherited from class org.apache.struts.config.ExceptionConfig

bundle, configured, handler, key, path, scope, type

Method Summary

ActionError
getError()
Returns an instance of an ActionError configured for this exception.

Methods inherited from class org.apache.struts.config.ExceptionConfig

freeze, getBundle, getHandler, getKey, getPath, getScope, getType, setBundle, setHandler, setKey, setPath, setScope, setType, toString

Method Details

getError

public ActionError getError()
Returns an instance of an ActionError configured for this exception.

Returns:
ActionError


Copyright B) 2000-2005 - Apache Software Foundation