com.mungoknotwise.sqlcli
Interface ExceptionHandler

All Known Implementing Classes:
PrintStreamedExceptionHandler

public interface ExceptionHandler

Defines operations for handling an exception.

Version:
$Id: ExceptionHandler.java,v 1.1.1.1 2004/07/28 01:12:38 mungoknotwise Exp $
Author:
Steven Caswell

Method Summary
 void handleException(java.lang.Exception e)
          Handles the specified exception.
 

Method Detail

handleException

public void handleException(java.lang.Exception e)
Handles the specified exception.

Parameters:
e - the exception to be handled


Copyright © 2004 Steven Caswell. All Rights Reserved.