SAP ABAP Class CX_ROOT (Abstract Superclass for All Global Exceptions)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     S_ABAP_EXCEPTIONS (Package) ABAP Runtime Errors as System Exceptions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MESSAGE Interface for Accessing Texts from Message Objects 20011108
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20011108
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_DYNAMIC_CHECK Exceptions with Dynamic Check Only of the RAISING Clause 20000801
2 Inheritance (c INHERITING FROM c_ref)  CX_NO_CHECK Exception with no Check of the RAISING Clause 20000801
3 Inheritance (c INHERITING FROM c_ref)  CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 20000801
Properties
Class CX_ROOT  
Short Description Abstract Superclass for All Global Exceptions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package S_ABAP_EXCEPTIONS   ABAP Runtime Errors as System Exceptions 
Created 19991202   SAP 
Last change 20110908   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
# Interface Abstract Final Description Created on
1 IF_MESSAGE Interface for Accessing Texts from Message Objects 20011108
2 IF_SERIALIZABLE_OBJECT Serializable Object 20011108
Friends
Class CX_ROOT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CX_ROOT Constant Public Type reference (TYPE) SOTR_CONC '16AA9A3937A9BB56E10000000A11447B' Exception ID: Value for Attribute TEXTID 20000907
2 INTERNAL_SOURCE_POS Instance attribute Private Type reference (TYPE) SCX_SRCPOS Internal Format for Source Text Position 20000730
3 IS_RESUMABLE Instance attribute Public Type reference (TYPE) ABAP_BOOL Flag, Whether RESUME Can Be Used in the Exception Handler 20080806
4 KERNEL_ERRID Instance attribute Public Type reference (TYPE) S380ERRID Internal Name of Exception, if Triggered from Kernel 20000713
5 PREVIOUS Instance attribute Public Object reference (TYPE REF TO) CX_ROOT Exception Mapped to the Current Exception 19991202
6 TEXTID Instance attribute Public Type reference (TYPE) SOTR_CONC Key for Access to Message Text 20000801
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19991214
2 GET_LONGTEXT Instance method Public Method 20011109
3 GET_SOURCE_POSITION Instance method Public Method Returns Position in Source Text 20000801
4 GET_TEXT Instance method Public Method Text for Exception in Current Language 20011108
Events
Class CX_ROOT has no event.
Types
Class CX_ROOT 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 PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20000810
2 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20000810

Method CONSTRUCTOR on class CX_ROOT has no exception.

Method GET_LONGTEXT Signature

Method GET_LONGTEXT on class CX_ROOT has no parameter.
Method GET_LONGTEXT on class CX_ROOT has no exception.

Method GET_SOURCE_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting INCLUDE_NAME Call by reference Type reference (TYPE) SYREPID 20000801
2 Exporting PROGRAM_NAME Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20000801
3 Exporting SOURCE_LINE Call by reference Type reference (TYPE) I 20000801

Method GET_SOURCE_POSITION on class CX_ROOT has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CX_ROOT has no parameter.
Method GET_TEXT on class CX_ROOT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 610