Oracle Data-aware Controls Reference

oracle.dacf.style
Class StyleSeverity

java.lang.Object
  extended byoracle.dacf.util.errormanager.ErrorSeverity
      extended byoracle.dacf.style.StyleSeverity
All Implemented Interfaces:
ErrorAttribute

public class StyleSeverity
extends ErrorSeverity

The StyleSeverity defines the styleError severities

Version:
SDK
See Also:
ErrorSeverity

Field Summary
static ErrorSeverity ERROR
          The ErrorMessage describes an error condition that presents a serious impediment to the normal performance of the application.
static ErrorSeverity WARNING
          The ErrorMessage 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 ErrorMessage 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.


ERROR

public static final ErrorSeverity ERROR
The ErrorMessage 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.


Oracle Data-aware Controls Reference

 

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