fastcgi++
Public Member Functions | Public Attributes
Fastcgipp::Exceptions::CodedException Struct Reference

General exception class for container errnos and messages. More...

#include <exceptions.hpp>

Inheritance diagram for Fastcgipp::Exceptions::CodedException:
Fastcgipp::Exceptions::Socket Fastcgipp::Exceptions::SocketPoll Fastcgipp::Exceptions::SocketRead Fastcgipp::Exceptions::SocketWrite

List of all members.

Public Member Functions

 CodedException (const char *msg_, const int erno_)
const char * what () const throw ()

Public Attributes

const int erno
 Associated error number.
const char * msg
 Pointer to string data explaining error.

Detailed Description

General exception class for container errnos and messages.

Definition at line 36 of file exceptions.hpp.


Constructor & Destructor Documentation

Fastcgipp::Exceptions::CodedException::CodedException ( const char *  msg_,
const int  erno_ 
) [inline]
Parameters:
[in]msg_Pointer to string explaining error.
[in]erno_Associated error number.

Definition at line 50 of file exceptions.hpp.


Member Function Documentation

const char* Fastcgipp::Exceptions::CodedException::what ( ) const throw () [inline]

Definition at line 51 of file exceptions.hpp.

References msg.


Member Data Documentation

Associated error number.

Definition at line 41 of file exceptions.hpp.


The documentation for this struct was generated from the following file: