borland Packages  Class Hierarchy  jbcl.util Package  Index 

ExceptionHandler interface

borland.jbcl.util.ExceptionHandler

About the ExceptionHandler interface

Methods  

Implemented by MatrixDataSetManager, SingletonDataSetManager, VectorDataSetManager

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(java.lang.Exception x)
This method processes the exception as appropriate.

Parameters:

x
The exception to handle.