Passwordfile library  3.1.4
C++ library to read/write passwords from/to encrypted files
Public Member Functions | List of all members
Io::CryptoException Class Reference

The exception that is thrown when an encryption/decryption error occurs. More...

#include <cryptoexception.h>

Inheritance diagram for Io::CryptoException:
[legend]
Collaboration diagram for Io::CryptoException:
[legend]

Public Member Functions

 CryptoException (const std::string &openSslErrorQueue) USE_NOTHROW
 Constructs a crypto exception. More...
 
virtual ~CryptoException () USE_NOTHROW
 Destroys the exception. More...
 

Detailed Description

The exception that is thrown when an encryption/decryption error occurs.

Definition at line 11 of file cryptoexception.h.

Constructor & Destructor Documentation

◆ CryptoException()

Io::CryptoException::CryptoException ( const std::string &  openSslErrorQueue)

Constructs a crypto exception.

Definition at line 12 of file cryptoexception.cpp.

◆ ~CryptoException()

Io::CryptoException::~CryptoException ( )
virtual

Destroys the exception.

Definition at line 19 of file cryptoexception.cpp.


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