Oracle Data-aware Controls Reference

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

Packages that use ErrorMessageText
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 ErrorMessageText in oracle.dacf.util.errormanager
 

Methods in oracle.dacf.util.errormanager that return ErrorMessageText
 ErrorMessageText ErrorMessage.getMessageText()
          Returns the message text and ID wrapped in an ErrorMessageText class.
 

Methods in oracle.dacf.util.errormanager with parameters of type ErrorMessageText
 void ErrorMessage.setMessageText(ErrorMessageText messageText)
          Specifies the error message text for this error message.
 

Constructors in oracle.dacf.util.errormanager with parameters of type ErrorMessageText
ErrorMessage(java.lang.Object source, ErrorType type, ErrorSeverity severity, ErrorMessageText messageText)
          Public constructor for the generic, context-less error message.
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.