ulxr::ConnectionException Class Reference

Exception due to connection or network problems. More...

#include <ulxr_except.h>

Inheritance diagram for ulxr::ConnectionException:

Inheritance graph
[legend]
Collaboration diagram for ulxr::ConnectionException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ConnectionException (int fc, const CppString &phrase, int stat)
 Constructs a connection exception.
virtual ~ConnectionException () throw ()
 Destroys the exception.
int getStatusCode () const
 Gets the status number.

Private Attributes

int status

Detailed Description

Exception due to connection or network problems.

Definition at line 93 of file ulxr_except.h.


Constructor & Destructor Documentation

ulxr::ConnectionException::ConnectionException ( int  fc,
const CppString phrase,
int  stat 
)

Constructs a connection exception.

Parameters:
fc number representing the error class
stat the error number (default is according to http documentation if applicable)
phrase a human readable phrase describing the status

Definition at line 80 of file ulxr_except.cpp.

ulxr::ConnectionException::~ConnectionException (  )  throw () [virtual]

Destroys the exception.

Definition at line 87 of file ulxr_except.cpp.


Member Function Documentation

int ulxr::ConnectionException::getStatusCode (  )  const

Gets the status number.

Returns:
status number

Definition at line 92 of file ulxr_except.cpp.


Member Data Documentation

int ulxr::ConnectionException::status [private]

Definition at line 115 of file ulxr_except.h.


The documentation for this class was generated from the following files:
Generated on Sun Aug 19 20:09:03 2007 for ulxmlrpcpp by  doxygen 1.5.1