Class MxConnXmlParsingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MxConnXmlParsingException
    extends MxConnectorException
    TPAE IF Connector's XML parsing exception. Thrown to indicate the connector could not parse an XML content.
    Since:
    7.1
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getXml()
      Returns the XML content.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MxConnXmlParsingException

        public MxConnXmlParsingException​(java.lang.String msg,
                                         java.lang.String xml,
                                         java.lang.Throwable cause)
        Constructs a new MxConnXmlParsingException.
        Parameters:
        msg - the detail message
        xml - XML contents
        cause - the cause
    • Method Detail

      • getXml

        public java.lang.String getXml()
        Returns the XML content.
        Returns:
        XML content