public class ExtensionNotFoundRuntimeException extends SRuntimeException
S2コンテナファクトリは、
S2コンテナを構築しようとした際に、 拡張子に応じてS2コンテナビルダーを切り替えます。
このため、 指定された設定ファイル(diconファイルなど)のファイル名に拡張子が付いていない場合には、 この例外が発生します。
| コンストラクタと説明 |
|---|
ExtensionNotFoundRuntimeException(String path)
パスを指定して
ExtensionNotFoundRuntimeExceptionを構築します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getPath()
指定されたパスを返します。
|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015 The DBFlute Project. All rights reserved.