Package nablarch.core.beans
Class BeansException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.core.beans.BeansException
- All Implemented Interfaces:
Serializable
Java Beansの操作中に発生した例外を非検査例外でthrowするためのExceptionラッパー。
- See Also:
-
Constructor Summary
ConstructorDescriptionBeansException
(String message) コンストラクタ。BeansException
(String msg, Throwable t) コンストラクタ。コンストラクタ。 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BeansException
コンストラクタ。- Parameters:
message
- メッセージ
-
BeansException
コンストラクタ。- Parameters:
t
- 起因となった元例外
-
BeansException
コンストラクタ。- Parameters:
msg
- メッセージt
- 起因となった元例外
-