Class XmlRpcFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.astrogrid.samp.xmlrpc.internal.XmlRpcFormatException
-
- All Implemented Interfaces:
java.io.Serializable
class XmlRpcFormatException extends java.io.IOExceptionException 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
-
-
Constructor Summary
Constructors Constructor Description XmlRpcFormatException()No-arg constructor.XmlRpcFormatException(java.lang.String msg)Constructor.
-