borland Packages Class Hierarchy jbcl.util Package Index
borland.jbcl.util.ExceptionHandler
Methods
Implemented by MatrixDataSetManager, SingletonDataSetManager, VectorDataSetManager
The ExceptionHandler interface allows an object to generically handle exceptions.
public void handleException(java.lang.Exception x)This method processes the exception as appropriate.
Parameters: