Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.util.errormanager.ErrorMessage

Packages that use ErrorMessage
oracle.dacf.dataset This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. 
oracle.dacf.util.errorloggers This package provides classes which serve as examples of non-buffered error loggers. 
oracle.dacf.util.errormanager The ErrorManager is a singleton object that manages the storage and flow of ErrorMessage objects, and administers the registration of error listeners and error loggers. 
 

Uses of ErrorMessage in oracle.dacf.dataset
 

Methods in oracle.dacf.dataset that return ErrorMessage
 ErrorMessage DacfErrorMessageContext.getRelatedError()
          Gets the related error message of the current error message.
 

Methods in oracle.dacf.dataset with parameters of type ErrorMessage
 void DacfErrorMessageContext.setRelatedError(ErrorMessage related)
          Specifies a related error message if the current error message has a cascading effect.
static void DacfErrorDialog.showErrorDialog(java.awt.Component parent, ErrorMessage em)
          Displays a dialog on the screen for communicating the information contained within an ErrorMessage.
 

Constructors in oracle.dacf.dataset with parameters of type ErrorMessage
DacfErrorMessageContext(javax.infobus.DataItem dataItem, java.lang.String dataItemName, Control control, int row, java.lang.Exception except, ErrorMessage related)
          Constructor for DacfErrorMessageContext.
 

Uses of ErrorMessage in oracle.dacf.util.errorloggers
 

Methods in oracle.dacf.util.errorloggers with parameters of type ErrorMessage
 void StyleStdErrorLogger.addError(ErrorMessage emsg)
          When adding an error, the error severity, message text, and time stamp will be written to stderr.
 void StdErrorLogger.addError(ErrorMessage emsg)
          When adding an error, the error severity, message text, and time stamp will be written to stderr.
 void OutputStreamLogger.addError(ErrorMessage emsg)
          When adding an error, the error severity, message text, and time stamp will be written to the OutputStream.
 void DacfErrorPopupLogger.addError(ErrorMessage emsg)
          Pops up an error message dialog when adding a DACF error during runtime.
 

Uses of ErrorMessage in oracle.dacf.util.errormanager
 

Methods in oracle.dacf.util.errormanager that return ErrorMessage
 ErrorMessage[] ErrorLoggerAdapter.findErrors(java.lang.Object source)
          A dummy find method for finding errors assocated with a source in the logging facility.
 ErrorMessage[] ErrorLoggerAdapter.findErrors(ErrorSeverity severity, ErrorType type)
          A dummy find method for finding errors based on error severity and error type in the logging facility.
 ErrorMessage[] ErrorLoggerAdapter.findAllErrors()
          A dummy find method for returning all errors in a error logging facility.
 ErrorMessage[] ErrorLogger.findErrors(java.lang.Object source)
          Finds all errors related to this source.
 ErrorMessage[] ErrorLogger.findErrors(ErrorSeverity severity, ErrorType type)
          Finds all errors of the specified severity and type, and returns an array of error messages.
 ErrorMessage[] ErrorLogger.findAllErrors()
          Finds all errors associated with this source.
 

Methods in oracle.dacf.util.errormanager with parameters of type ErrorMessage
 void ErrorManagerListener.addingErrorMessage(ErrorMessage msg)
          Called when the ErrorManager has been requested to add an error message.
 void ErrorManagerListener.removingErrorMessage(ErrorMessage msg)
          Called when the ErrorManager has been requested to remove a specific error message.
 void ErrorManagerListener.rollingBackAddingErrorMessage(ErrorMessage msg)
          Called when this error has been added, but another listener vetoes the event.
 void ErrorManagerListener.rollingBackRemovingErrorMessage(ErrorMessage msg)
          Called when this error has been removed, but another Listener vetoes the event.
static boolean ErrorManager.addErrorMessage(ErrorMessage em)
          Adds an ErrorMessage to the logging facility.
static boolean ErrorManager.removeErrorMessage(ErrorMessage em)
          Removes an ErrorMessage from the logging facility.
 void ErrorLoggerAdapter.addError(ErrorMessage emsg)
          A dummy method for adding an error to the logging facility.
 void ErrorLoggerAdapter.removeError(ErrorMessage emsg)
          A dummy method for removing an error from the logging facility.
 void ErrorLogger.addError(ErrorMessage emsg)
          Adds an error to the logging facility.
 void ErrorLogger.removeError(ErrorMessage emsg)
          Removes an error from the logging facility.
 


Oracle Data-aware Controls Reference

 

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