CL_WebserviceException Class Reference
[clanNetwork Web]

Web service exception. More...

#include <webservice_exception.h>

Inheritance diagram for CL_WebserviceException:

CL_Exception List of all members.

Attributes

virtual const char * what () const throw ()
 Returns description of exception.
CL_String message
 Description of exception.

Public Member Functions

 CL_WebserviceException (const CL_String &message)
 Constructs a WebserviceException.
 ~CL_WebserviceException () throw ()
Operations
std::vector< CL_Stringget_stack_trace ()
 Returns the call stack present when the exception object was created.
CL_String get_message_and_stack_trace ()
 Returns the message and call stack present when the exception object was created, formatted using newlines.
Operations
std::vector< CL_Stringget_stack_trace ()
 Returns the call stack present when the exception object was created.
CL_String get_message_and_stack_trace ()
 Returns the message and call stack present when the exception object was created, formatted using newlines.

Public Attributes

int code
CL_String status_text
CL_String headers
CL_DataBuffer data

Detailed Description

Web service exception.


Constructor & Destructor Documentation

CL_WebserviceException::CL_WebserviceException const CL_String message  )  [inline]
 

Constructs a WebserviceException.

Parameters:
message = String

CL_WebserviceException::~CL_WebserviceException  )  throw () [inline]
 


Member Function Documentation

CL_String CL_Exception::get_message_and_stack_trace  )  [inherited]
 

Returns the message and call stack present when the exception object was created, formatted using newlines.

On Linux, to obtain function names, remember to link with the -rdynamic flag

std::vector<CL_String> CL_Exception::get_stack_trace  )  [inherited]
 

Returns the call stack present when the exception object was created.

On Linux, to obtain function names, remember to link with the -rdynamic flag

virtual const char* CL_Exception::what  )  const throw () [virtual, inherited]
 

Returns description of exception.


Member Data Documentation

int CL_WebserviceException::code
 

CL_DataBuffer CL_WebserviceException::data
 

CL_String CL_WebserviceException::headers
 

CL_String CL_Exception::message [inherited]
 

Description of exception.

CL_String CL_WebserviceException::status_text
 


The documentation for this class was generated from the following file:
Generated on Thu Dec 3 02:39:43 2009 for ClanLib by  doxygen 1.4.6