Passwordfile library
3.1.2
C++ library to read/write passwords from/to encrypted files
Main Page
Namespaces
Classes
Files
File List
File Members
io
cryptoexception.h
Go to the documentation of this file.
1
#ifndef CRYPTOFAILUREEXCEPTION_H
2
#define CRYPTOFAILUREEXCEPTION_H
3
4
#include "../global.h"
5
6
#include <stdexcept>
7
#include <string>
8
9
namespace
Io
{
10
11
class
PASSWORD_FILE_EXPORT
CryptoException
:
public
std::runtime_error
12
{
13
public
:
14
CryptoException
(
const
std::string &openSslErrorQueue) USE_NOTHROW;
15
virtual
~
CryptoException
() USE_NOTHROW;
16
};
17
18
}
19
20
#endif // CRYPTOFAILUREEXCEPTION_H
Io
Contains all IO related classes.
Definition:
cryptoexception.h:9
PASSWORD_FILE_EXPORT
#define PASSWORD_FILE_EXPORT
Definition:
global.h:13
Io::CryptoException
The exception that is thrown when an encryption/decryption error occurs.
Definition:
cryptoexception.h:11
Generated on Sun Sep 11 2016 23:35:47 for Passwordfile library by
1.8.11