/AWS1/CL_AG2STATUSEXCEPTION¶
Represents a StatusException.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_exception TYPE /AWS1/AG2__STRINGMIN1MAX256 /AWS1/AG2__STRINGMIN1MAX256¶
The exception.
iv_message TYPE /AWS1/AG2__STRINGMIN1MAX2048 /AWS1/AG2__STRINGMIN1MAX2048¶
The error message.
Queryable Attributes¶
Exception¶
The exception.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCEPTION() |
Getter for EXCEPTION, with configurable default |
ASK_EXCEPTION() |
Getter for EXCEPTION w/ exceptions if field has no value |
HAS_EXCEPTION() |
Determine if EXCEPTION has a value |
Message¶
The error message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |