feat2.config
クラス ExceptionConfig
java.lang.Object
feat2.config.Config
feat2.config.ExceptionConfig
- public class ExceptionConfig
- extends Config
例外遷移の設定。
- 作成者:
- SUGIMOTO Ken-ichi
クラス 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