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 | Constant | Public | Type reference (TYPE) | ADT_EXCEPTIONLOG-TYPE | 'URIMAPPER' | 20110915 | |||
| 2 | Constant | Public | See coding | '/sap/bc/adt/error/urimapper' | 20110915 | ||||
| 3 | Static Attribute | Protected | Type reference (TYPE) | STRING | 20110915 | ||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CX_ADT_URI_MAPPING | 20110915 | ||||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ADT_URI_MAPPING_FALLBACK | 20110915 | ||||
| 6 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_WB_OBJECT | Repository Object | 20110915 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_WB_REQUEST | Workbench Manager: Request | 20110915 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | SYSUUID_C32 | 20110915 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20110915 | ||
| 2 | Instance method | Protected | Method | 20110915 | ||
| 3 | Instance method | Protected | Method | 20110915 | ||
| 4 | Instance method | Protected | Method | 20110915 | ||
| 5 | Instance method | Protected | Method | 20110915 | ||
| 6 | Instance method | Protected | Method | 20110915 | ||
| 7 | Instance method | Protected | Method | 20110915 | ||
| 8 | Instance method | Protected | Method | 20110915 | ||
| 9 | Static method | Public | Method | 20110915 | ||
| 10 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 |