feat2.config
クラス ExceptionConfig

java.lang.Object
  拡張feat2.config.Config
      拡張feat2.config.ExceptionConfig

public class ExceptionConfig
extends Config

例外遷移の設定。

作成者:
SUGIMOTO Ken-ichi

コンストラクタの概要
ExceptionConfig()
           
 
メソッドの概要
 java.lang.Class getCatchClass()
           
 JavaIdentifier getCatchType()
           
 java.lang.String getElementName()
          設定ファイルの要素名を返す。
 Identifier getName()
          設定ノードのインスタンスの名前を返す。
 ResponseConfigBase getResponse()
           
 Identifier getResponseName()
           
 void setCatchType(JavaIdentifier catchType)
           
 void setResponseName(Identifier responseName)
           
 boolean validate(FeatErrors errs)
           
 
クラス feat2.config.Config から継承したメソッド
getConfigPath, getFeatConfig, getFeatureConfig, getParent, setParent
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExceptionConfig

public ExceptionConfig()
メソッドの詳細

getCatchType

public JavaIdentifier getCatchType()

setCatchType

public void setCatchType(JavaIdentifier catchType)

getCatchClass

public java.lang.Class getCatchClass()

getResponseName

public Identifier getResponseName()

setResponseName

public void setResponseName(Identifier responseName)

getResponse

public ResponseConfigBase getResponse()

getElementName

public java.lang.String getElementName()
クラス Config の記述:
設定ファイルの要素名を返す。

定義:
クラス Config 内の getElementName

getName

public Identifier getName()
クラス Config の記述:
設定ノードのインスタンスの名前を返す。

定義:
クラス Config 内の getName
戻り値:
名前が無い場合はnullを返す

validate

public boolean validate(FeatErrors errs)
定義:
クラス Config 内の validate