made XmlRpcException documentation more informative;

added graphviz (dot) graphical inheritance diagram generation to the
livesupport/etc/doxygen.config and xmlrpc-doxygen.config files
This commit is contained in:
fgerlits 2005-01-24 12:48:10 +00:00
parent d40afcac39
commit 317b50732f
7 changed files with 39 additions and 30 deletions

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $
Version : $Revision: 1.1 $
Author : $Author: fgerlits $
Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/XmlRpcCommunicationException.h,v $
------------------------------------------------------------------------------*/
@ -55,10 +55,12 @@ namespace Core {
/* =============================================================== data types */
/**
* Exception signaling an XML-RPC communcation problem.
* Exception signaling an XML-RPC problem: could not find the XML-RPC server,
* the server responded 'no such method', or the method response could not be
* parsed.
*
* @author $Author: maroy $
* @version $Revision: 1.1 $
* @author $Author: fgerlits $
* @version $Revision: 1.2 $
*/
class XmlRpcCommunicationException : public XmlRpcException
{

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $
Version : $Revision: 1.1 $
Author : $Author: fgerlits $
Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/XmlRpcIOException.h,v $
------------------------------------------------------------------------------*/
@ -55,10 +55,11 @@ namespace Core {
/* =============================================================== data types */
/**
* Exception signaling an XML-RPC I/O problem.
* Exception signaling an XML-RPC problem: there was a problem with a local
* I/O operation.
*
* @author $Author: maroy $
* @version $Revision: 1.1 $
* @author $Author: fgerlits $
* @version $Revision: 1.2 $
*/
class XmlRpcIOException : public XmlRpcException
{

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $
Version : $Revision: 1.1 $
Author : $Author: fgerlits $
Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/XmlRpcInvalidArgumentException.h,v $
------------------------------------------------------------------------------*/
@ -55,10 +55,12 @@ namespace Core {
/* =============================================================== data types */
/**
* Exception signaling an XML-RPC invalid parameter problem.
* Exception signaling an XML-RPC problem: invalid argument (functions which
* throw an XmlRpcException throw this when they would normally throw a
* std::invalid_argument).
*
* @author $Author: maroy $
* @version $Revision: 1.1 $
* @author $Author: fgerlits $
* @version $Revision: 1.2 $
*/
class XmlRpcInvalidArgumentException : public XmlRpcException
{

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $
Version : $Revision: 1.1 $
Author : $Author: fgerlits $
Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/XmlRpcMethodFaultException.h,v $
------------------------------------------------------------------------------*/
@ -55,10 +55,11 @@ namespace Core {
/* =============================================================== data types */
/**
* Exception signaling an XML-RPC method call problem.
* Exception signaling an XML-RPC problem: the XML-RPC method returned a fault
* response.
*
* @author $Author: maroy $
* @version $Revision: 1.1 $
* @author $Author: fgerlits $
* @version $Revision: 1.2 $
*/
class XmlRpcMethodFaultException : public XmlRpcException
{

View file

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $
Version : $Revision: 1.1 $
Author : $Author: fgerlits $
Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/XmlRpcMethodResponseException.h,v $
------------------------------------------------------------------------------*/
@ -55,10 +55,11 @@ namespace Core {
/* =============================================================== data types */
/**
* Exception signaling an XML-RPC method response problem.
* Exception signaling an XML-RPC problem: the XML-RPC method call completed
* normally, but the response received has incorrect syntax.
*
* @author $Author: maroy $
* @version $Revision: 1.1 $
* @author $Author: fgerlits $
* @version $Revision: 1.2 $
*/
class XmlRpcMethodResponseException : public XmlRpcException
{