LeechCraft Azoth  0.6.70-11552-gf61ee51c3d
Modular multiprotocol IM plugin for LeechCraft
LeechCraft::Azoth::GPGExceptions::Encryption Class Reference

Encryption failure. More...

#include "gpgexceptions.h"

+ Inheritance diagram for LeechCraft::Azoth::GPGExceptions::Encryption:
+ Collaboration diagram for LeechCraft::Azoth::GPGExceptions::Encryption:

Public Member Functions

 Encryption (int code, const QString &message)
 Constructs the error object using the error code and message. More...
 
- Public Member Functions inherited from LeechCraft::Azoth::GPGExceptions::General
 General (const QString &context)
 Constructs the error with the given context description. More...
 
 General (const QString &context, int code, const QString &message)
 Constructs the error with the given context, code and error message. More...
 
 General (int code, const QString &msg)
 Constructs the error with the given code and error message. More...
 
const QString & GetContext () const
 Returns the context of the error. More...
 
int GetCode () const
 Returns the error code, if applicable. More...
 
const QString & GetMessage () const
 Returns the human-readable error message. More...
 

Detailed Description

Encryption failure.

Definition at line 147 of file gpgexceptions.h.

Constructor & Destructor Documentation

◆ Encryption()

LeechCraft::Azoth::GPGExceptions::Encryption::Encryption ( int  code,
const QString &  message 
)
inline

Constructs the error object using the error code and message.

Parameters
[in]codeError code as in the underlying library (like QCA or gpgme).
[in]messageThe error message.

Definition at line 157 of file gpgexceptions.h.


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