libept
0.5.25
|
#include <apt.h>
Public Member Functions | |
Exception (const std::string &context) throw () | |
~Exception () throw () | |
virtual const char * | type () const throw () |
virtual std::string | desc () const throw () |
Protected Attributes | |
std::string | m_message |
ept::apt::Exception::Exception | ( | const std::string & | context | ) | throw () |
ept::apt::Exception::~Exception | ( | ) | throw () [inline] |
virtual std::string ept::apt::Exception::desc | ( | ) | const throw () [inline, virtual] |
References m_message.
virtual const char* ept::apt::Exception::type | ( | ) | const throw () [inline, virtual] |
std::string ept::apt::Exception::m_message [protected] |
Referenced by desc().