SAP ABAP Class CL_AXT_EXCEPTION_REPORTER (Services for raising exceptions)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_COMMON (Package) Common Extensibility objects
Properties
Class CL_AXT_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 AXT_COMMON   Common Extensibility objects 
Created 20080211   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_AXT_EXCEPTION_REPORTER has no interface implemented.
Friends
Class CL_AXT_EXCEPTION_REPORTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SR_ME Static Attribute Private Object reference (TYPE REF TO) CL_AXT_EXCEPTION_REPORTER Singleton instance 20080211
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20080211
2 GET_INSTANCE Static method Public Method Returns the singleton instance of this class 20080211
3 RAISE_AUTHORITY_FAILED Static method Public Method Raise the exception cx_axt_authority_failed 20080211
4 RAISE_DATA_ALREADY_EXISTS Static method Public Method Raise the exception cx_axt_data_exists 20080211
5 RAISE_DATA_INVALID Static method Public Method Raise the exception cx_axt_data_invalid 20080211
6 RAISE_DATA_NOT_FOUND Static method Public Method Raise the exception cx_axt_data_not_found 20080211
7 RAISE_LOCK_FAILED Static method Public Method Raise the exception cx_axt_lock_failed 20080303
8 RAISE_OPERATION_FAILED Static method Public Method Raise the exception cx_axt_operation_failed 20080211
9 RAISE_RUNTIME Static method Public Method Raise the exception cx_axt_runtime 20080211
Events
Class CL_AXT_EXCEPTION_REPORTER has no event.
Types
Class CL_AXT_EXCEPTION_REPORTER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_AXT_EXCEPTION_REPORTER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_AXT_EXCEPTION_REPORTER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_AXT_EXCEPTION_REPORTER Services for raising exceptions 20080211

Method GET_INSTANCE on class CL_AXT_EXCEPTION_REPORTER has no exception.

Method RAISE_AUTHORITY_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) AXTT_MSG Messages table 20080211
2 Importing IV_EXTENSION Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080328
3 Importing IV_INCLUDE_DEFAULT_MSG Call by reference Type reference (TYPE) AXT_BOOLEAN ABAP_FALSE Include default message 20090617
4 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID OBSOLETE 20080211
5 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO OBSOLETE 20080211
6 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY OBSOLETE 20080211
7 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
8 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
9 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
10 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
11 Importing IV_MSG_FROM_SY Call by reference Type reference (TYPE) AXT_BOOLEAN Add message from SY Fields 20080926
# Exception Resumable Description Created on
1 CX_AXT_AUTHORITY_FAILED Authority error 20080211

Method RAISE_DATA_ALREADY_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) AXTT_MSG Messages table 20080211
2 Importing IV_EXTENSION Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080328
3 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID OBSOLETE 20080211
4 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO OBSOLETE 20080211
5 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY OBSOLETE 20080211
6 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
7 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
8 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
9 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
10 Importing IV_MSG_FROM_SY Call by reference Type reference (TYPE) AXT_BOOLEAN Add message from SY Fields 20080926
# Exception Resumable Description Created on
1 CX_AXT_DATA_ALREADY_EXISTS Data already exists error 20080211

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) AXTT_MSG Messages table 20080211
2 Importing IV_EXTENSION Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080328
3 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID OBSOLETE 20080211
4 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO OBSOLETE 20080211
5 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY OBSOLETE 20080211
6 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
7 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
8 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
9 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
10 Importing IV_MSG_FROM_SY Call by reference Type reference (TYPE) AXT_BOOLEAN Add message from SY Fields 20080926
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20080211

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) AXTT_MSG Messages table 20080211
2 Importing IV_EXTENSION Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080328
3 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID OBSOLETE 20080211
4 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO OBSOLETE 20080211
5 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY OBSOLETE 20080211
6 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
7 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
8 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
9 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
10 Importing IV_MSG_FROM_SY Call by reference Type reference (TYPE) AXT_BOOLEAN Add message from SY Fields 20080926
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20080211

Method RAISE_LOCK_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) AXTT_MSG Messages table 20080303
2 Importing IV_EXTENSION Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080328
3 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID OBSOLETE 20080303
4 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO OBSOLETE 20080303
5 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY OBSOLETE 20080303
6 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY OBSOLETE 20080303
7 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY OBSOLETE 20080303
8 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY OBSOLETE 20080303
9 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY OBSOLETE 20080303
10 Importing IV_MSG_FROM_SY Call by reference Type reference (TYPE) AXT_BOOLEAN Add message from SY Fields 20080926
# Exception Resumable Description Created on
1 CX_AXT_LOCK_FAILED Operation error 20080317

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) AXTT_MSG Messages table 20080211
2 Importing IV_EXTENSION Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080328
3 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID OBSOLETE 20080211
4 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO OBSOLETE 20080211
5 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY OBSOLETE 20080211
6 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
7 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
8 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
9 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
10 Importing IV_MSG_FROM_SY Call by reference Type reference (TYPE) AXT_BOOLEAN Add message from SY Fields 20080926
# Exception Resumable Description Created on
1 CX_AXT_OPERATION_FAILED Operation error 20080211

Method RAISE_RUNTIME 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) AXTT_MSG Messages table 20080211
2 Importing IV_EXTENSION Call by reference Type reference (TYPE) AXT_EXTENSION_ID Extension ID 20080328
3 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID OBSOLETE 20080211
4 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO OBSOLETE 20080307
5 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY OBSOLETE 20080211
6 Importing IV_MSGV1 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
7 Importing IV_MSGV2 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
8 Importing IV_MSGV3 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
9 Importing IV_MSGV4 Call by reference Type reference (TYPE) ANY OBSOLETE 20080211
10 Importing IV_MSG_FROM_SY Call by reference Type reference (TYPE) AXT_BOOLEAN Add message from SY Fields 20080926
# Exception Resumable Description Created on
1 CX_AXT_RUNTIME Exception class for Extensibility Runtime 20080319
History
Last changed by/on SAP  20100303 
SAP Release Created in 700