Skip to content

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 in the sXML library 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

Other versions: 7.31 | 7.40 | 7.54