Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


oracle.dss.util
Interface ErrorHandlerCallback

All Known Implementing Classes:
Dataview, Gauge, Graph, Timer

public interface ErrorHandlerCallback

Interface for beans that send messages to an error handler.


Method Summary
 void addErrorHandler(ErrorHandler eh)
          Adds a single error handler to the bean.
 void removeErrorHandler()
          Removes the error handler from the bean.

 

Method Detail

addErrorHandler

void addErrorHandler(ErrorHandler eh)
Adds a single error handler to the bean. The bean then calls the error handler with error messages, messages about abnormal situations, and trace messages.
Parameters:
eh - The error handler to add.

removeErrorHandler

void removeErrorHandler()
Removes the error handler from the bean.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-03


Copyright © 1997, 2012, Oracle. All rights reserved.