kleopatra
Kleo::Exception Class Reference
#include <exception.h>
Inheritance diagram for Kleo::Exception:

Detailed Description
Definition at line 43 of file utils/exception.h.
Public Member Functions | |
| gpg_error_t | error_code () const |
| Exception (const GpgME::Error &e, const QString &msg) | |
| Exception (const GpgME::Error &e, const char *msg) | |
| Exception (const GpgME::Error &e, const std::string &msg) | |
| Exception (gpg_error_t e, const QString &msg) | |
| Exception (gpg_error_t e, const char *msg) | |
| Exception (gpg_error_t e, const std::string &msg) | |
| QString | message () const |
| const std::string & | messageLocal8Bit () const |
| ~Exception () throw () | |
Constructor & Destructor Documentation
| Kleo::Exception::Exception | ( | gpg_error_t | e, | |
| const std::string & | msg | |||
| ) | [inline] |
Definition at line 45 of file utils/exception.h.
| Kleo::Exception::Exception | ( | gpg_error_t | e, | |
| const char * | msg | |||
| ) | [inline] |
Definition at line 47 of file utils/exception.h.
| Kleo::Exception::Exception | ( | gpg_error_t | e, | |
| const QString & | msg | |||
| ) | [inline] |
Definition at line 49 of file utils/exception.h.
| Kleo::Exception::Exception | ( | const GpgME::Error & | e, | |
| const std::string & | msg | |||
| ) | [inline] |
Definition at line 52 of file utils/exception.h.
| Kleo::Exception::Exception | ( | const GpgME::Error & | e, | |
| const char * | msg | |||
| ) | [inline] |
Definition at line 54 of file utils/exception.h.
| Kleo::Exception::Exception | ( | const GpgME::Error & | e, | |
| const QString & | msg | |||
| ) | [inline] |
Definition at line 56 of file utils/exception.h.
| Kleo::Exception::~Exception | ( | ) | throw () |
Definition at line 38 of file utils/exception.cpp.
Member Function Documentation
| gpg_error_t Kleo::Exception::error_code | ( | ) | const [inline] |
Definition at line 62 of file utils/exception.h.
| QString Kleo::Exception::message | ( | ) | const [inline] |
Definition at line 64 of file utils/exception.h.
| const std::string& Kleo::Exception::messageLocal8Bit | ( | ) | const [inline] |
Definition at line 61 of file utils/exception.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference