Class ExceptionConfig

java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.ExceptionConfig
All Implemented Interfaces:
Serializable

public class ExceptionConfig extends BaseConfig

A JavaBean representing the configuration information of an <exception> element from a Struts configuration file.

Since:
Struts 1.1
Version:
$Rev$ $Date: 2005-08-06 18:03:30 -0400 (Sat, 06 Aug 2005) $
See Also:
  • Field Details

    • bundle

      protected String bundle
      The servlet context attribute under which the message resources bundle to be used for this exception is located. If not set, the default message resources for the current module is assumed.
    • inherit

      protected String inherit
      The type of the ExceptionConfig that this object should inherit properties from.
    • extensionProcessed

      protected boolean extensionProcessed
      Have the inheritance values for this class been applied?
    • handler

      protected String handler
      The fully qualified Java class name of the exception handler class which should be instantiated to handle this exception.
    • key

      protected String key
      The message resources key specifying the error message associated with this exception.
    • path

      protected String path
      The module-relative path of the resource to forward to if this exception occurs during an Action.
    • scope

      protected String scope
      The scope in which we should expose the ActionMessage for this exception handler.
    • type

      protected String type
      The fully qualified Java class name of the exception that is to be handled by this handler.
  • Constructor Details

    • ExceptionConfig

      public ExceptionConfig()
  • Method Details