#include <exception.hh>
Public Member Functions | |
ErrnoException (const std::string &what, int e) | |
int | get_errno () const |
Private Types | |
typedef ErrnoException | This |
typedef std::runtime_error | Super |
Private Attributes | |
int | errno_ |
typedef ErrnoException olsr::utl::ErrnoException::This [private] |
typedef std::runtime_error olsr::utl::ErrnoException::Super [private] |
olsr::utl::ErrnoException::ErrnoException | ( | const std::string & | what, | |
int | e | |||
) | [inline] |
int olsr::utl::ErrnoException::get_errno | ( | ) | const [inline] |
int olsr::utl::ErrnoException::errno_ [private] |