| 
 | Oracle Data-aware Controls Reference | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ErrorSeverity | |
| oracle.dacf.dataset | This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. | 
| oracle.dacf.style | |
| 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 ErrorSeverity in oracle.dacf.dataset | 
| Subclasses of ErrorSeverity in oracle.dacf.dataset | |
|  class | DacfSeverityThe DacfSeverity extends ErrorSeverityto define the
 severity of DACF errors. | 
| Fields in oracle.dacf.dataset declared as ErrorSeverity | |
| static ErrorSeverity | DacfSeverity.WARNINGThe error message describes an error condition that does not present a serious impediment to the normal performance of the application. | 
| static ErrorSeverity | DacfSeverity.ERRORThe error message describes an error condition that presents a serious impediment to the normal performance of the application. | 
| static ErrorSeverity | DacfSeverity.FATAL_ERRORThe error message describes an error condition that presents a fatal impediment to the normal performance of the application. | 
| static ErrorSeverity | DacfSeverity.PANICThe error message describes an error condition that presents a fatal impediment to the normal performance of the application. | 
| Methods in oracle.dacf.dataset that return ErrorSeverity | |
|  ErrorSeverity | ExceptionProcessorEvent.getSeverity()Returns the severity value for the exception. | 
| Methods in oracle.dacf.dataset with parameters of type ErrorSeverity | |
| static void | ExceptionProcessor.processException(javax.infobus.DataItem dataItem,
                 int rowNum,
                 java.lang.Exception except,
                 ErrorType type,
                 ErrorSeverity severity)A method to process a generic exception which also specifies an error type and severity. | 
| static void | ExceptionProcessor.processCSException(javax.infobus.DataItem dataItem,
                   int rowNum,
                   oracle.jbo.JboException csExcept,
                   ErrorType type,
                   ErrorSeverity severity)Processes a Java Business Objects-specific exception using a specified error type and severity. | 
| Constructors in oracle.dacf.dataset with parameters of type ErrorSeverity | |
| ExceptionProcessorEvent(java.lang.Object source,
                        int rowNum,
                        java.lang.Exception except,
                        ErrorType type,
                        ErrorSeverity severity) | |
| ExceptionProcessorEvent(java.lang.Object source,
                        int rowNum,
                        java.lang.Exception except,
                        ErrorType type,
                        ErrorSeverity severity,
                        java.lang.String msg) | |
| Uses of ErrorSeverity in oracle.dacf.style | 
| Subclasses of ErrorSeverity in oracle.dacf.style | |
|  class | StyleSeverityThe StyleSeverity defines the styleError severities | 
| Fields in oracle.dacf.style declared as ErrorSeverity | |
| static ErrorSeverity | StyleSeverity.WARNINGThe ErrorMessage describes an error condition that does not present a serious impediment to the normal performance of the application. | 
| static ErrorSeverity | StyleSeverity.ERRORThe ErrorMessage describes an error condition that presents a serious impediment to the normal performance of the application. | 
| Uses of ErrorSeverity in oracle.dacf.util.errorloggers | 
| Methods in oracle.dacf.util.errorloggers with parameters of type ErrorSeverity | |
|  void | DacfErrorPopupLogger.addSeverityDefinition(ErrorSeverity severity)Sets all of the severity definitions for which you want the logger to popup an error message. | 
|  void | DacfErrorPopupLogger.removeSeverityDefinition(ErrorSeverity severity)Removes an error severity definition from the table. | 
| Uses of ErrorSeverity in oracle.dacf.util.errormanager | 
| Fields in oracle.dacf.util.errormanager declared as ErrorSeverity | |
| static ErrorSeverity | ErrorSeverity.ALL_SEVERITIESUsed by filters to map all error severities. | 
| static ErrorSeverity | ErrorSeverity.UNDEFINEDUsed to indicate an uncategorized severity. | 
| Methods in oracle.dacf.util.errormanager that return ErrorSeverity | |
|  ErrorSeverity | ErrorMessage.getSeverity()Returns the error severity for this error message. | 
| Methods in oracle.dacf.util.errormanager with parameters of type ErrorSeverity | |
|  void | ErrorMessage.setSeverity(ErrorSeverity severity)Specifies the error severity for this error message. | 
|  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[] | ErrorLogger.findErrors(ErrorSeverity severity,
           ErrorType type)Finds all errors of the specified severity and type, and returns an array of error messages. | 
| Constructors in oracle.dacf.util.errormanager with parameters of type ErrorSeverity | |
| 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 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2003, Oracle. All rights reserved.