Botan  2.1.0
Crypto and TLS for C++11
Public Member Functions | List of all members
Botan::Integrity_Failure Struct Reference

#include <exceptn.h>

Inheritance diagram for Botan::Integrity_Failure:
Botan::Exception

Public Member Functions

 Integrity_Failure (const std::string &msg)
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

Integrity_Failure Exception

Definition at line 198 of file exceptn.h.

Constructor & Destructor Documentation

Botan::Integrity_Failure::Integrity_Failure ( const std::string &  msg)
inlineexplicit

Definition at line 200 of file exceptn.h.

200  :
201  Exception("Integrity failure: " + msg) {}
Exception(const std::string &msg)
Definition: exceptn.h:24

Member Function Documentation

const char* Botan::Exception::what ( ) const
inlineoverrideinherited

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