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 GC_MSGTY_ABORT_ERR Constant Public Type reference (TYPE) C 'A' Error message type 20090710
2 GC_MSGTY_ERROR Constant Public Type reference (TYPE) C 'E' Error message type 20090710
3 GC_MSGTY_INFORMATION Constant Public Type reference (TYPE) C 'I' Error message type 20090710
4 GC_MSGTY_RUNTIME_ERR Constant Public Type reference (TYPE) C 'X' Error message type 20090710
5 GC_MSGTY_SUCCESS Constant Public Type reference (TYPE) C 'S' Success message type 20090710
6 GC_MSGTY_WARNING Constant Public Type reference (TYPE) C 'W' Warning message type 20090710
7 GV_MSGTY_DEFAULT Instance attribute Private Type reference (TYPE) C Default message type 20090724
8 GV_MSG_CLASS_DEFAULT Instance attribute Private Type reference (TYPE) MSGID Default message class 20090724
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090710
2 GET_INSTANCE Static method Public Method Returns the singleton instance of this class 20090710
3 GET_MESSAGES Instance method Protected Method Builds a message table from the given parameters 20090710
4 RAISE_DATA_EXISTS Instance method Public Method Raise the exception cx_wcf_data_exists 20090828
5 RAISE_DATA_INVALID Instance method Public Method Raise the exception cx_wcf_data_invalid 20090710
6 RAISE_DATA_NOT_FOUND Instance method Public Method Raise the exception cx_wcf_data_not found 20090710
7 RAISE_OPERATION_FAILED 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 Importing IV_DEFAULT_MSG_CLASS Call by reference Type reference (TYPE) MSGID 20090710
2 Importing 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 Importing IV_DEFAULT_MSG_CLASS Call by reference Type reference (TYPE) MSGID Message identification 20090710
2 Importing IV_DEFAULT_MSG_TYPE Call by reference Type reference (TYPE) MSGTY GC_MSGTY_ERROR Message Type 20090710
3 Returning 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 Importing IT_MESSAGES Call by reference Type reference (TYPE) WCF_MESSAGES Messages 20090710
2 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID 20090710
3 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO 20090710
4 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY 20090710
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY 20090710
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY 20090710
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY 20090710
8 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY 20090710
9 Importing IV_MSG_PROVIDED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090710
10 Returning 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 Importing IT_MESSAGES Call by reference Type reference (TYPE) WCF_MESSAGES Messages 20090828
2 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20090828
3 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20090828
4 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20090828
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY 20090828
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY 20090828
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY 20090828
8 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY 20090828
# Exception Resumable Description Created on
1 CX_WCF_DATA_EXISTS Invalid data 20090828

Method RAISE_DATA_INVALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) WCF_MESSAGES Messages 20090710
2 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20090710
3 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20090710
4 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20090710
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY 20090710
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY 20090710
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY 20090710
8 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY 20090710
# Exception Resumable Description Created on
1 CX_WCF_DATA_INVALID Invalid data 20090710

Method RAISE_DATA_NOT_FOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) WCF_FAVT_MSG Messages 20090710
2 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20090710
3 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20090710
4 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20090710
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY 20090710
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY 20090710
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY 20090710
8 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY 20090710
# Exception Resumable Description Created on
1 CX_WCF_DATA_NOT_FOUND Invalid data 20090710

Method RAISE_OPERATION_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) WCF_FAVT_MSG Messages 20090710
2 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20090710
3 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20090710
4 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20090710
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY 20090710
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY 20090710
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY 20090710
8 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY 20090710
# Exception Resumable Description Created on
1 CX_WCF_OPERATION_FAILED Invalid data 20090710
History
Last changed by/on SAP  20110908 
SAP Release Created in 701