Oracle Data-aware Controls Reference

Uses of Interface
oracle.dacf.util.errormanager.ErrorMessageContext

Packages that use ErrorMessageContext
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.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 ErrorMessageContext in oracle.dacf.dataset
 

Classes in oracle.dacf.dataset that implement ErrorMessageContext
 class DacfErrorMessageContext
          The DacfErrorMessageContext class implements the ErrorMessageContext interface to hold the situation- or error-specific context information attached to a DacfErrorMessage.
 

Uses of ErrorMessageContext in oracle.dacf.util.errormanager
 

Methods in oracle.dacf.util.errormanager that return ErrorMessageContext
 ErrorMessageContext ErrorMessage.getErrorMessageContext()
          Returns the message context which typically contains error-specific information.
 

Methods in oracle.dacf.util.errormanager with parameters of type ErrorMessageContext
 void ErrorMessage.setErrorMessageContext(ErrorMessageContext messageContext)
          Extends the error message by specifying the error-specific context information.
 

Constructors in oracle.dacf.util.errormanager with parameters of type ErrorMessageContext
ErrorMessage(java.lang.Object source, ErrorType type, ErrorSeverity severity, ErrorMessageText messageText, ErrorMessageContext context)
          Public constructor which requires context-specific information to extend the error message.
 


Oracle Data-aware Controls Reference

 

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