public abstract class ScriptException extends DataAccessException
| コンストラクターと説明 |
|---|
ScriptException(StringSE message)ScriptException のコンストラクター。 |
ScriptException(StringSE message, ThrowableSE cause)ScriptException のコンストラクター。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ScriptException(StringSE message)
ScriptException のコンストラクター。message - 詳細メッセージ public ScriptException(StringSE message, @Nullable ThrowableSE cause)
ScriptException のコンストラクター。message - 詳細メッセージ cause - 根本原因