Class XmlRpcFormatException

  • All Implemented Interfaces:
    java.io.Serializable

    class XmlRpcFormatException
    extends java.io.IOException
    Exception thrown when an XML document which is intended for XML-RPC processing has the wrong format, for instance violates the XML-RPC spec.
    Since:
    26 Aug 2008
    Author:
    Mark Taylor
    • Method Summary

      • 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

      • XmlRpcFormatException

        public XmlRpcFormatException()
        No-arg constructor.
      • XmlRpcFormatException

        public XmlRpcFormatException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - message