jp.terasoluna.fw.web.struts.action
Class ExceptionConfigEx

java.lang.Object
  extended by org.apache.struts.config.ExceptionConfig
      extended by jp.terasoluna.fw.web.struts.action.ExceptionConfigEx
All Implemented Interfaces:
java.io.Serializable

public class ExceptionConfigEx
extends org.apache.struts.config.ExceptionConfig

Mapping information class of system exception.

This class inherits ExceptionConfig and adds "module name" and "Log level" fields.

See Also:
ExceptionConfig, SystemExceptionHandler, Serialized Form

Field Summary
private  java.lang.String logLevel
          Log level.
private  java.lang.String module
          Module name.
private static long serialVersionUID
          Serial version ID.
 
Fields inherited from class org.apache.struts.config.ExceptionConfig
bundle, configured, handler, key, path, scope, type
 
Constructor Summary
ExceptionConfigEx()
           
 
Method Summary
 java.lang.String getLogLevel()
          Fetches log level.
 java.lang.String getModule()
          Fetches module name.
 void setLogLevel(java.lang.String logLevel)
          Sets log level.
 void setModule(java.lang.String module)
          Sets module name.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version ID.

See Also:
Constant Field Values

module

private java.lang.String module
Module name.


logLevel

private java.lang.String logLevel
Loglevel.

Constructor Detail

ExceptionConfigEx

public ExceptionConfigEx()
Method Detail

getModule

public java.lang.String getModule()
Fetches module name.

Returns:
Module name

setModule

public void setModule(java.lang.String module)
Sets module name.

Parameters:
module - Module name

getLogLevel

public java.lang.String getLogLevel()
Fetches log level.

Returns:
logLevel Log level

setLogLevel

public void setLogLevel(java.lang.String logLevel)
Sets log level.

Parameters:
logLevel - Log level to be set