#include <webservice_exception.h>
Inheritance diagram for CL_WebserviceException:

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_String > | get_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_String > | get_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 |
|
|
Constructs a WebserviceException.
|
|
|
|
|
|
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 |
|
|
Returns the call stack present when the exception object was created. On Linux, to obtain function names, remember to link with the -rdynamic flag |
|
|
Returns description of exception.
|
|
|
|
|
|
|
|
|
|
|
|
Description of exception.
|
|
|
|
1.4.6