private static class ErrorManager.WorkArea
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
canFindLevel
Flags when a query is executed in a CAN-FIND function.
|
private boolean |
errorsAsWarnings
Whether exceptions are processed as non-fatal, warning messages.
|
private ErrorManager.ErrorStatus |
errorStatus
Current error status value.
|
private boolean |
headless
true to mark this context as having NO UI. |
private java.lang.Long |
id
The resource's ID.
|
private int |
ignore
true to NO-OP all error recording, display and exception generation. |
private object<? extends SysError> |
legacyError
The legacy-style OE error which is being built.
|
private ErrorManager.ErrorStatus |
pendingErrorStatus
Pending error status value.
|
private java.util.LinkedList<java.lang.Integer> |
raisedConditions
Raised errors numbers stack.
|
private boolean |
silent
No error flag (if
true exceptions are silently recorded rather than thrown). |
private boolean |
suppressWarnings
Reflects the value of SESSION:SUPPRESS-WARNINGS attribute.
|
private java.lang.String |
suppressWarningsList
Reflects the value of SESSION:SUPPRESS-WARNINGS-LIST attribute.
|
private java.util.Set<java.lang.Integer> |
suppressWarningsSet
Reflects the value of SESSION:SUPPRESS-WARNINGS-LIST attribute.
|
private boolean |
systemAlertBoxes
Holds the state of the SESSION:SYSTEM-ALERT-BOXES attribute.
|
| Modifier | Constructor and Description |
|---|---|
private |
WorkArea() |
private java.lang.Long id
private ErrorManager.ErrorStatus errorStatus
private final ErrorManager.ErrorStatus pendingErrorStatus
private boolean silent
true exceptions are silently recorded rather than thrown).private int canFindLevel
private int ignore
true to NO-OP all error recording, display and exception generation.private boolean errorsAsWarnings
private boolean headless
true to mark this context as having NO UI.private final java.util.LinkedList<java.lang.Integer> raisedConditions
private boolean suppressWarnings
private java.lang.String suppressWarningsList
private java.util.Set<java.lang.Integer> suppressWarningsSet
private boolean systemAlertBoxes