Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

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.


Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

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