Class ReportingSQLException

    • Constructor Detail

      • ReportingSQLException

        public ReportingSQLException​(SQLException sqle,
                                     Statement stmnt,
                                     String sql)
        Supply original exception and non-null Statement and/or SQL string.
    • Method Detail

      • getSQL

        public String getSQL()
        Gets the SQL string if available.
      • getStatement

        public Statement getStatement()
        Returns the Statement that caused the exception.
      • getIndexOfFirstFailedObject

        public int getIndexOfFirstFailedObject()
      • setIndexOfFirstFailedObject

        public void setIndexOfFirstFailedObject​(int index)