Package nablarch.core.repository.di
Class ConfigurationLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.core.repository.di.ContainerProcessException
nablarch.core.repository.di.ConfigurationLoadException
- All Implemented Interfaces:
Serializable
@Published(tag="architect")
public class ConfigurationLoadException
extends ContainerProcessException
設定のロードに失敗した際に発生する例外。
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationLoadException
(String message) コンストラクタ。ConfigurationLoadException
(String message, Throwable cause) コンストラクタ。 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationLoadException
コンストラクタ。- Parameters:
message
- メッセージcause
- 原因例外
-
ConfigurationLoadException
コンストラクタ。- Parameters:
message
- メッセージ
-