类 ScriptStatementFailedException

    • 构造器详细资料

      • ScriptStatementFailedException

        public ScriptStatementFailedException​(String stmt,
                                              int stmtNumber,
                                              EncodedResource encodedResource,
                                              Throwable cause)
        Construct a new ScriptStatementFailedException.
        参数:
        stmt - the actual SQL statement that failed
        stmtNumber - the statement number in the SQL script (i.e., the nth statement present in the resource)
        encodedResource - the resource from which the SQL statement was read
        cause - the underlying cause of the failure
    • 方法详细资料

      • buildErrorMessage

        public static String buildErrorMessage​(String stmt,
                                               int stmtNumber,
                                               EncodedResource encodedResource)
        Build an error message for an SQL script execution failure, based on the supplied arguments.
        参数:
        stmt - the actual SQL statement that failed
        stmtNumber - the statement number in the SQL script (i.e., the nth statement present in the resource)
        encodedResource - the resource from which the SQL statement was read
        返回:
        an error message suitable for an exception's detail message or logging
        从以下版本开始:
        4.2