Class ScriptParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.jdbc.datasource.init.ScriptException
org.springframework.jdbc.datasource.init.ScriptParseException
All Implemented Interfaces:
Serializable

public class ScriptParseException extends ScriptException
Thrown by ScriptUtils if an SQL script cannot be properly parsed.
Since:
4.0.3
Author:
Sam Brannen
See Also:
  • Constructor Details

    • ScriptParseException

      public ScriptParseException(String message, @Nullable org.springframework.core.io.support.EncodedResource resource)
      Create a new ScriptParseException.
      Parameters:
      message - detailed message
      resource - the resource from which the SQL script was read
    • ScriptParseException

      public ScriptParseException(String message, @Nullable org.springframework.core.io.support.EncodedResource resource, @Nullable Throwable cause)
      Create a new ScriptParseException.
      Parameters:
      message - detailed message
      resource - the resource from which the SQL script was read
      cause - the underlying cause of the failure