org.apache.struts.action
Class ActionException

java.lang.Object
  |
  +--org.apache.struts.config.ExceptionConfig
        |
        +--org.apache.struts.action.ActionException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Replaced by org.apache.struts.config.ExceptionConfig

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.

Since:
Struts 1.1
Version:
$Revision: 1.1 $ $Date$
Author:
ldonlan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.config.ExceptionConfig
bundle, configured, handler, key, path, scope, type
 
Constructor Summary
ActionException()
          Deprecated.  
 
Method Summary
 ActionError getError()
          Deprecated. 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionException

public ActionException()
Deprecated. 
Method Detail

getError

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

Returns:
ActionError


Copyright © 2000-2003 - Apache Software Foundation