jp.terasoluna.fw.web.struts.action
クラス ExceptionConfigEx

java.lang.Object
  上位を拡張 org.apache.struts.config.ExceptionConfig
      上位を拡張 jp.terasoluna.fw.web.struts.action.ExceptionConfigEx
すべての実装されたインタフェース:
java.io.Serializable

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

システム例外のマッピング情報クラス。

ExceptionConfigを継承し、モジュール名のフィールドを追加する。

関連項目:
ExceptionConfig, SystemExceptionHandler, 直列化された形式

フィールドの概要
private  java.lang.String module
          モジュール名。
private static long serialVersionUID
          シリアルバージョンID
 
クラス org.apache.struts.config.ExceptionConfig から継承されたフィールド
bundle, configured, handler, key, path, scope, type
 
コンストラクタの概要
ExceptionConfigEx()
           
 
メソッドの概要
 java.lang.String getModule()
          モジュール名を取得する。
 void setModule(java.lang.String module)
          モジュール名を設定する。
 
クラス org.apache.struts.config.ExceptionConfig から継承されたメソッド
freeze, getBundle, getHandler, getKey, getPath, getScope, getType, setBundle, setHandler, setKey, setPath, setScope, setType, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

serialVersionUID

private static final long serialVersionUID
シリアルバージョンID

関連項目:
定数フィールド値

module

private java.lang.String module
モジュール名。

コンストラクタの詳細

ExceptionConfigEx

public ExceptionConfigEx()
メソッドの詳細

getModule

public java.lang.String getModule()
モジュール名を取得する。

戻り値:
モジュール名

setModule

public void setModule(java.lang.String module)
モジュール名を設定する。

パラメータ:
module - モジュール名