public class ScriptParseException extends ScriptException
ScriptUtils によってスローされます。| コンストラクターと説明 |
|---|
ScriptParseException(StringSE message, EncodedResource resource) 新しい ScriptParseException を作成します。 |
ScriptParseException(StringSE message, EncodedResource resource, ThrowableSE cause) 新しい ScriptParseException を作成します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ScriptParseException(StringSE message, @Nullable EncodedResource resource)
ScriptParseException を作成します。message - 詳細メッセージ resource - SQL スクリプトが読み込まれたリソース public ScriptParseException(StringSE message, @Nullable EncodedResource resource, @Nullable ThrowableSE cause)
ScriptParseException を作成します。message - 詳細メッセージ resource - SQL スクリプトが読み込まれたリソース cause - 失敗の根本的な原因