Home » Struts-1.3.10 » org.apache.struts » config » [javadoc | source]
org.apache.struts.config
public class: ExceptionConfig [javadoc | source]
java.lang.Object
   org.apache.struts.config.ExceptionConfig

All Implemented Interfaces:
    Serializable

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

Field Summary
protected  boolean configured    Has this component been completely configured? 
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. 
protected  String handler    The fully qualified Java class name of the exception handler class which should be instantiated to handle this exception. 
protected  String key    The message resources key specifying the error message associated with this exception. 
protected  String path    The module-relative path of the resource to forward to if this exception occurs during an Action
protected  String scope    The scope in which we should expose the ActionError for this exception handler. 
protected  String type    The fully qualified Java class name of the exception that is to be handled by this handler. 
Method from org.apache.struts.config.ExceptionConfig Summary:
freeze,   getBundle,   getHandler,   getKey,   getPath,   getScope,   getType,   setBundle,   setHandler,   setKey,   setPath,   setScope,   setType,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.config.ExceptionConfig Detail:
 public  void freeze() 
    Freeze the configuration of this component.
 public String getBundle() 
 public String getHandler() 
 public String getKey() 
 public String getPath() 
 public String getScope() 
 public String getType() 
 public  void setBundle(String bundle) 
 public  void setHandler(String handler) 
 public  void setKey(String key) 
 public  void setPath(String path) 
 public  void setScope(String scope) 
 public  void setType(String type) 
 public String toString() 
    Return a String representation of this object.