All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.darwinsys.sql.SQLRunnerErrorHandler Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.darwinsys.sql;


public interface SQLRunnerErrorHandler {

	/**
	 * Called by SQLRunner to handle an error encountered while trying to execute
	 * a command.
	 * @param e The Exception thrown by Statement.execute().
	 */
	public void handleError(Exception e);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy