borland Packages  Class Hierarchy  jb.util Package 

ExceptionHandler interface

com.borland.jb.util.ExceptionHandler

About the ExceptionHandler interface

Methods  

The ExceptionHandler interface allows an object to generically handle exceptions.


ExceptionHandler methods

Methods defined in this interface


ExceptionHandler methods

handleException(java.lang.Exception)

  public void handleException(Exception ex)
This method processes the exception as appropriate.

Parameters:

x
The exception to handle.