SAP ABAP Class CL_ADT_URI_MAPPER_ERROR_ABS (Abstract base class for URI mapping error handling)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
     SADT_TOOLS_CORE (Package) ADT Tools Core
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ADT_URI_MAPPER_ERROR_HANDLE ADT URI mapper errror handler 20110915
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ADT_URI_MAPPER_EMPTY_HANDLE No Handling 20110915
2 Inheritance (c INHERITING FROM c_ref)  CL_ADT_URI_MAPPER_ERROR_HANDLE ADT URI mapping error handler 20110915
3 Inheritance (c INHERITING FROM c_ref)  CL_ADT_URI_MAPPING_RAISE_EXC Handler implementation raising CX_ADT_URI_MAPPING exception 20110915
Properties
Class CL_ADT_URI_MAPPER_ERROR_ABS  
Short Description Abstract base class for URI mapping error handling    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SADT_TOOLS_CORE   ADT Tools Core 
Created 20110811   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ADT_URI_MAPPER_ERROR_ABS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ADT_URI_MAPPER_ERROR_HANDLE ADT URI mapper errror handler 20110915
Friends
Class CL_ADT_URI_MAPPER_ERROR_ABS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ERROR_TYPE Constant Public Type reference (TYPE) ADT_EXCEPTIONLOG-TYPE 'URIMAPPER' 20110915
2 C_URI_ERROR_PREFIX Constant Public See coding '/sap/bc/adt/error/urimapper' 20110915
3 GV_REQUEST_URI Static Attribute Protected Type reference (TYPE) STRING 20110915
4 MO_URI_MAPPING_EX Instance attribute Protected Object reference (TYPE REF TO) CX_ADT_URI_MAPPING 20110915
5 MO_VIT_MAPPER Instance attribute Protected Object reference (TYPE REF TO) CL_ADT_URI_MAPPING_FALLBACK 20110915
6 MO_WB_OBJECT Instance attribute Protected Object reference (TYPE REF TO) CL_WB_OBJECT Repository Object 20110915
7 MO_WB_REQUEST Instance attribute Protected Object reference (TYPE REF TO) CL_WB_REQUEST Workbench Manager: Request 20110915
8 MV_ERROR_ID Instance attribute Protected Type reference (TYPE) SYSUUID_C32 20110915
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20110915
2 CREATE_ERROR_URI Instance method Protected Method 20110915
3 GET_CALLSTACK Instance method Protected Method 20110915
4 GET_ERROR_ID Instance method Protected Method 20110915
5 GET_HEADER Instance method Protected Method 20110915
6 GET_PROPERTIES Instance method Protected Method 20110915
7 GET_TIMESTAMP Instance method Protected Method 20110915
8 SAVE_ERROR_TO_DB Instance method Protected Method 20110915
9 SET_HTTP_REQUEST_URI Static method Public Method 20110915
10 WRITE_ERROR_LOG Instance method Protected Method 20110915
Events
Class CL_ADT_URI_MAPPER_ERROR_ABS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ERROR_SUMMARY Public See coding 20110915 BEGIN OF ty_error_summary, header TYPE string, properties TYPE if_adt_exception_properties=>ty_properties, callstack TYPE abap_callstack, END OF ty_error_summary
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIT_FIRST Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20110915

Method CONSTRUCTOR on class CL_ADT_URI_MAPPER_ERROR_ABS has no exception.

Method CREATE_ERROR_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20110915

Method CREATE_ERROR_URI on class CL_ADT_URI_MAPPER_ERROR_ABS has no exception.

Method GET_CALLSTACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_CALLSTACK 20110915

Method GET_CALLSTACK on class CL_ADT_URI_MAPPER_ERROR_ABS has no exception.

Method GET_ERROR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SYSUUID_C32 16 Byte UUID in 32 Characters (Hexadecimal Encoded) 20110915

Method GET_ERROR_ID on class CL_ADT_URI_MAPPER_ERROR_ABS has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20110915

Method GET_HEADER on class CL_ADT_URI_MAPPER_ERROR_ABS has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) IF_ADT_EXCEPTION_PROPERTIES=>TY_PROPERTIES 20110915

Method GET_PROPERTIES on class CL_ADT_URI_MAPPER_ERROR_ABS has no exception.

Method GET_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIMESTAMP 20110915

Method GET_TIMESTAMP on class CL_ADT_URI_MAPPER_ERROR_ABS has no exception.

Method SAVE_ERROR_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOG Call by reference Type reference (TYPE) ADT_EXCEPTIONLOG 20110915

Method SAVE_ERROR_TO_DB on class CL_ADT_URI_MAPPER_ERROR_ABS has no exception.

Method SET_HTTP_REQUEST_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing URI Call by reference Type reference (TYPE) STRING 20110915

Method SET_HTTP_REQUEST_URI on class CL_ADT_URI_MAPPER_ERROR_ABS has no exception.

Method WRITE_ERROR_LOG Signature

Method WRITE_ERROR_LOG on class CL_ADT_URI_MAPPER_ERROR_ABS has no parameter.
Method WRITE_ERROR_LOG on class CL_ADT_URI_MAPPER_ERROR_ABS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in