com.sap.conn.jco
Class XMLParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.conn.jco.JCoRuntimeException
com.sap.conn.jco.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:
- Serialized Form
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 messagecausedBy
- cause exception
Copyright © 2014 SAP. All Rights Reserved.