org.seasar.framework.container
クラス ContainerNotRegisteredRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.framework.container.ContainerNotRegisteredRuntimeException
- すべての実装インタフェース:
- Serializable
- public class ContainerNotRegisteredRuntimeException
- extends SRuntimeException
diconファイルなどの設定情報に対応するS2コンテナが、 コンテナツリーに登録されていなかった場合にスローされます。
- 作成者:
- higa, belltree
- 関連項目:
- 直列化された形式
ContainerNotRegisteredRuntimeException
public ContainerNotRegisteredRuntimeException(String path)
- 登録されていなかった設定情報のパスを指定して、
ContainerNotRegisteredRuntimeException
を構築します。
- パラメータ:
path
- 登録されていなかった設定情報のパス
getPath
public String getPath()
- コンテナツリーに登録されていなかった設定情報のパスを返します。
- 戻り値:
- path 登録されていなかった設定情報のパス
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.