com.darwinsys.sql
Interface SQLRunnerErrorHandler


public interface SQLRunnerErrorHandler


Method Summary
 void handleError(java.lang.Exception e)
          Called by SQLRunner to handle an error encountered while trying to execute a command.
 

Method Detail

handleError

void handleError(java.lang.Exception e)
Called by SQLRunner to handle an error encountered while trying to execute a command.

Parameters:
e - The Exception thrown by Statement.execute().


Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.