Package nablarch.core.exception
Class IllegalOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nablarch.core.exception.IllegalOperationException
- All Implemented Interfaces:
Serializable
間違った呼び出しに対する例外クラス。
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalOperationException
コンストラクタ。- Parameters:
message
- メッセージ
-