funtik::SSLConnectionException Class Reference

#include <ssl_connection.h>

Inheritance diagram for funtik::SSLConnectionException:

Inheritance graph
[legend]
Collaboration diagram for funtik::SSLConnectionException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SSLConnectionException ()
 SSLConnectionException (ulxr::CppString strPhrase, int stat)
 SSLConnectionException (SSL *ssl, int ret_code)
virtual ~SSLConnectionException () throw ()
virtual ulxr::CppString why () const
 Gets the reason for the exception.
virtual const char * what () const throw ()
 Gets the reason for the exception(STL).

Protected Member Functions

std::string get_error_queue ()

Protected Attributes

std::string _what

Detailed Description

Definition at line 51 of file ssl_connection.h.


Constructor & Destructor Documentation

funtik::SSLConnectionException::SSLConnectionException (  ) 

Definition at line 50 of file ssl_connection.cpp.

References _what, and get_error_queue().

funtik::SSLConnectionException::SSLConnectionException ( ulxr::CppString  strPhrase,
int  stat 
)

Definition at line 57 of file ssl_connection.cpp.

References _what, and ulxr::getLatin1().

funtik::SSLConnectionException::SSLConnectionException ( SSL *  ssl,
int  ret_code 
)

Definition at line 63 of file ssl_connection.cpp.

References _what, get_error_queue(), ulxr::getLastErrorString(), and ulxr::getLatin1().

virtual funtik::SSLConnectionException::~SSLConnectionException (  )  throw () [inline, virtual]

Definition at line 58 of file ssl_connection.h.


Member Function Documentation

ulxr::CppString funtik::SSLConnectionException::why (  )  const [virtual]

Gets the reason for the exception.

Returns:
the reason

Reimplemented from ulxr::Exception.

Definition at line 141 of file ssl_connection.cpp.

References ulxr::getUnicode().

const char * funtik::SSLConnectionException::what (  )  const throw () [virtual]

Gets the reason for the exception(STL).

Returns:
the reason

Definition at line 150 of file ssl_connection.cpp.

std::string funtik::SSLConnectionException::get_error_queue (  )  [protected]

Definition at line 121 of file ssl_connection.cpp.

Referenced by SSLConnectionException().


Member Data Documentation

std::string funtik::SSLConnectionException::_what [protected]

Definition at line 73 of file ssl_connection.h.

Referenced by SSLConnectionException().


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