SAP ABAP Class CL_WCF_EXCEPTION_REPORTER (Services for raising exceptions)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI (Application Component) WebClient UI
⤷
WCF_COMMON_EXCEPTIONS (Package) WEBCUIF Common Exceptions
⤷
⤷
Properties
| Class | CL_WCF_EXCEPTION_REPORTER | |
| Short Description | Services for raising exceptions | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCF_COMMON_EXCEPTIONS | WEBCUIF Common Exceptions |
| Created | 20090710 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WCF_EXCEPTION_REPORTER has no forward declaration.
Interfaces
Class CL_WCF_EXCEPTION_REPORTER has no interface implemented.
Friends
Class CL_WCF_EXCEPTION_REPORTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | C | 'A' | Error message type | 20090710 | ||
| 2 | Constant | Public | Type reference (TYPE) | C | 'E' | Error message type | 20090710 | ||
| 3 | Constant | Public | Type reference (TYPE) | C | 'I' | Error message type | 20090710 | ||
| 4 | Constant | Public | Type reference (TYPE) | C | 'X' | Error message type | 20090710 | ||
| 5 | Constant | Public | Type reference (TYPE) | C | 'S' | Success message type | 20090710 | ||
| 6 | Constant | Public | Type reference (TYPE) | C | 'W' | Warning message type | 20090710 | ||
| 7 | Instance attribute | Private | Type reference (TYPE) | C | Default message type | 20090724 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | MSGID | Default message class | 20090724 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090710 | |
| 2 | Static method | Public | Method | Returns the singleton instance of this class | 20090710 | |
| 3 | Instance method | Protected | Method | Builds a message table from the given parameters | 20090710 | |
| 4 | Instance method | Public | Method | Raise the exception cx_wcf_data_exists | 20090828 | |
| 5 | Instance method | Public | Method | Raise the exception cx_wcf_data_invalid | 20090710 | |
| 6 | Instance method | Public | Method | Raise the exception cx_wcf_data_not found | 20090710 | |
| 7 | Instance method | Public | Method | Raise the exception cx_wcf_data_invalid | 20090710 |
Events
Class CL_WCF_EXCEPTION_REPORTER has no event.
Types
Class CL_WCF_EXCEPTION_REPORTER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEFAULT_MSG_CLASS | Call by reference | Type reference (TYPE) | MSGID | 20090710 | ||||
| 2 | IV_DEFAULT_MSG_TYPE | Call by reference | Type reference (TYPE) | MSGTY | 20090710 |
Method CONSTRUCTOR on class CL_WCF_EXCEPTION_REPORTER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEFAULT_MSG_CLASS | Call by reference | Type reference (TYPE) | MSGID | Message identification | 20090710 | |||
| 2 | IV_DEFAULT_MSG_TYPE | Call by reference | Type reference (TYPE) | MSGTY | GC_MSGTY_ERROR | Message Type | 20090710 | ||
| 3 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WCF_EXCEPTION_REPORTER | Services for raising exceptions | 20090710 |
Method GET_INSTANCE on class CL_WCF_EXCEPTION_REPORTER has no exception.
Method GET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WCF_MESSAGES | Messages | 20090710 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20090710 | ||||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20090710 | ||||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20090710 | ||||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 9 | IV_MSG_PROVIDED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090710 | |||
| 10 | RRT_MESSAGES | Value transfer | Object reference (TYPE REF TO) | WCF_MESSAGES | Messages | 20090710 |
Method GET_MESSAGES on class CL_WCF_EXCEPTION_REPORTER has no exception.
Method RAISE_DATA_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WCF_MESSAGES | Messages | 20090828 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20090828 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20090828 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20090828 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20090828 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20090828 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20090828 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20090828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20090828 |
Method RAISE_DATA_INVALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WCF_MESSAGES | Messages | 20090710 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20090710 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20090710 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20090710 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20090710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20090710 |
Method RAISE_DATA_NOT_FOUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WCF_FAVT_MSG | Messages | 20090710 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20090710 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20090710 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20090710 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20090710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20090710 |
Method RAISE_OPERATION_FAILED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WCF_FAVT_MSG | Messages | 20090710 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20090710 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20090710 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20090710 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20090710 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20090710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid data | 20090710 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |