libkleo
#include <exception.h>
Inherits Exception.
Definition at line 45 of file exception.h.
Kleo::Exception::Exception |
( |
gpg_error_t |
e, |
|
|
const std::string & |
msg, |
|
|
Options |
opt = NoOptions |
|
) |
| |
|
inline |
Kleo::Exception::Exception |
( |
gpg_error_t |
e, |
|
|
const char * |
msg, |
|
|
Options |
opt = NoOptions |
|
) |
| |
|
inline |
Kleo::Exception::Exception |
( |
gpg_error_t |
e, |
|
|
const QString & |
msg, |
|
|
Options |
opt = NoOptions |
|
) |
| |
|
inline |
Kleo::Exception::Exception |
( |
const GpgME::Error & |
e, |
|
|
const std::string & |
msg |
|
) |
| |
|
inline |
Kleo::Exception::Exception |
( |
const GpgME::Error & |
e, |
|
|
const char * |
msg |
|
) |
| |
|
inline |
Kleo::Exception::Exception |
( |
const GpgME::Error & |
e, |
|
|
const QString & |
msg |
|
) |
| |
|
inline |
Kleo::Exception::~Exception |
( |
| ) |
|
throw | ( | |
| ) | | |
gpg_error_t Kleo::Exception::error_code |
( |
| ) |
const |
|
inline |
QString Kleo::Exception::message |
( |
| ) |
const |
|
inline |
const std::string& Kleo::Exception::messageLocal8Bit |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.