Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class DacfSeverity

java.lang.Object
  extended byoracle.dacf.util.errormanager.ErrorSeverity
      extended byoracle.dacf.dataset.DacfSeverity
All Implemented Interfaces:
ErrorAttribute

public class DacfSeverity
extends ErrorSeverity

The DacfSeverity extends ErrorSeverity to define the severity of DACF errors.

DacfSeverity defines these error severities:

From ErrorSeverity, this class inherits:

Subclass DacfSeverity to define your own DACF error severities.

Version:
SDK
See Also:
ErrorSeverity

Field Summary
static ErrorSeverity ERROR
          The error message describes an error condition that presents a serious impediment to the normal performance of the application.
static ErrorSeverity FATAL_ERROR
          The error message describes an error condition that presents a fatal impediment to the normal performance of the application.
static ErrorSeverity PANIC
          The error message describes an error condition that presents a fatal impediment to the normal performance of the application.
static ErrorSeverity WARNING
          The error message describes an error condition that does not present a serious impediment to the normal performance of the application.
 
Fields inherited from class oracle.dacf.util.errormanager.ErrorSeverity
_severity, ALL_SEVERITIES, UNDEFINED
 
Methods inherited from class oracle.dacf.util.errormanager.ErrorSeverity
getLabel, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WARNING

public static final ErrorSeverity WARNING
The error message describes an error condition that does not present a serious impediment to the normal performance of the application. The error condition should be noted and corrected if possible.

An example would be not being able to find a sound card when the application does not rely upon sound for performing its basic function.


ERROR

public static final ErrorSeverity ERROR
The error message describes an error condition that presents a serious impediment to the normal performance of the application. The error condition should corrected if the application is to perform as designed.

An example would be when data entered does not satisfy the validation rules of the application.


FATAL_ERROR

public static final ErrorSeverity FATAL_ERROR
The error message describes an error condition that presents a fatal impediment to the normal performance of the application. The error condition can not be corrected, the application will not be able to perform as designed and the application is going to attempt to gracefully terminate.

An example would be when the client portion of the application or framework can't establish a connection to the server portion or when the server portion of the application or framework can't acquire the resources that it needs to function.


PANIC

public static final ErrorSeverity PANIC
The error message describes an error condition that presents a fatal impediment to the normal performance of the application. The error condition can not be corrected, the application will not be able to perform as designed and the application is not able to terminate gracefully terminate.

An example would be when the application or framework has encountered another fatal error while attempting to terminate gracefully from a previous fatal error.


Oracle Data-aware Controls Reference

 

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