spring-framework / org.springframework.jdbc.datasource.init / ScriptParseException

ScriptParseException

open class ScriptParseException : ScriptException

Thrown by ScriptUtils if an SQL script cannot be properly parsed.

Author
Sam Brannen

Since
4.0.3

Constructors

<init>

ScriptParseException(message: String, resource: EncodedResource)
ScriptParseException(message: String, resource: EncodedResource, cause: Throwable)

Construct a new ScriptParseException.