Class XMLParserException

All Implemented Interfaces:
Serializable

public class XMLParserException extends JCoRuntimeException
Exception thrown by the XML parser in the RFC communication when using complex parameters or if the function module is tagged in the metadata to use binary ASXML as serialization format on the line. Complex parameters are in importing, exporting, and changing parameter lists, and have a non- deterministic length, such as table types nested structures that contain at least a string, xstring, table or a nested structure that is considered complex. Only the JCo runtime should throw such an exception.
See Also:
  • Constructor Details

    • XMLParserException

      public XMLParserException(String message)
      Creates a new instance of the XMLParserException with the given message.
      Parameters:
      message - exception message
    • XMLParserException

      public XMLParserException(String message, Throwable causedBy)
      Creates a new instance of the XMLParserException with the given message and a cause exception.
      Parameters:
      message - exception message
      causedBy - cause exception