|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dacf.util.errormanager.ErrorType | +--oracle.dacf.dataset.DacfType
The DacfType class extends
ErrorType
to define the DACF error types. DACF error types describe
some anticipated state or action within either the client or server portion
of the application or framework.
DacfType defines these error types:
From ErrorTypes, this class inherits:
Subclass DacfType to define your own DACF error types
ErrorType
Field Summary | |
static ErrorType |
CLIENT_APPLICATION
The error message describes an error condition that exists as a result of an anticipated state or action within the client portion of the application that prevents or halts the intended behavior of the application. |
static ErrorType |
CLIENT_FRAMEWORK
The error message describes an error condition that exists as a result of an anticipated state or action within the client portion of the framework that prevents or halts the intended behavior of the framework and hence the application. |
static ErrorType |
SERVER_APPLICATION
The error message describes an error condition that exists as a result of an anticipated state or action within the server portion of the application that prevents or halts the intended behavior of the application. |
static ErrorType |
SERVER_FRAMEWORK
The error message describes an error condition that exists as a result of an anticipated state or action within the server portion of the framework that prevents or halts the intended behavior of the framework and hence the application. |
static ErrorType |
USER
The error message describes an error condition that exists as a result of user action. |
Fields inherited from class oracle.dacf.util.errormanager.ErrorType |
_type, ALL_TYPES, UNDEFINED |
Methods inherited from class oracle.dacf.util.errormanager.ErrorType |
getLabel, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ErrorType USER
public static final ErrorType CLIENT_APPLICATION
public static final ErrorType SERVER_APPLICATION
public static final ErrorType CLIENT_FRAMEWORK
public static final ErrorType SERVER_FRAMEWORK
|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |