public class ScriptParseException extends ScriptException
ScriptUtils if an SQL script cannot be properly parsed.| Constructor and Description |
|---|
ScriptParseException(String message,
org.springframework.core.io.support.EncodedResource resource)
Construct a new
ScriptParseException. |
ScriptParseException(String message,
org.springframework.core.io.support.EncodedResource resource,
Throwable cause)
Construct a new
ScriptParseException. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptParseException(String message, org.springframework.core.io.support.EncodedResource resource)
ScriptParseException.message - detailed messageresource - the resource from which the SQL script was readpublic ScriptParseException(String message, org.springframework.core.io.support.EncodedResource resource, Throwable cause)
ScriptParseException.message - detailed messageresource - the resource from which the SQL script was readcause - the underlying cause of the failure