public class ContainerNotRegisteredRuntimeException extends SRuntimeException
| コンストラクタと説明 |
|---|
ContainerNotRegisteredRuntimeException(String path)
登録されていなかった設定情報のパスを指定して、
ContainerNotRegisteredRuntimeExceptionを構築します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getPath()
コンテナツリーに登録されていなかった設定情報のパスを返します。
|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContainerNotRegisteredRuntimeException(String path)
ContainerNotRegisteredRuntimeExceptionを構築します。path - 登録されていなかった設定情報のパスpublic String getPath()
Copyright © 2015 The DBFlute Project. All rights reserved.