SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Data Interfaces and Communication Interfaces → ABAP and XML → Class Libraries for XML → sXML Library → sXML Library - Classes and Interfaces →sXML Library - Exception Classes
The exception classes of Object Services usually start with the prefix CX_SXML. The exceptions of category CX_DYNAMIC_CHECK are propagated to the caller and must be handled by the user. The subclass CX_SXML_INTERNAL_ERROR of CX_NO_CHECK displays internal errors in the library and cannot usually be handled properly in an application program.
CX_ROOT
|
|--CX_DYNAMIC_CHECK
| |
| |--CX_ABAP_XML_NAME_ERROR
| |
| |--CX_SXML_ERROR
| |
| |--CX_SXML_ILLEGAL_ARGUMENT_ERROR
| |
| |--CX_SXML_NAME_ERROR
| |
| |--CX_SXML_PARSE_ERROR
| |
| |--CX_SXML_STATE_ERROR
|
|--CX_NO_CHECK
|
|--CX_SXML_INTERNAL_ERROR