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

#include <exceptn.h>

Inheritance diagram for Botan::Self_Test_Failure:
Botan::Internal_Error Botan::Exception

Public Member Functions

 Self_Test_Failure (const std::string &err)
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

Self Test Failure Exception

Definition at line 234 of file exceptn.h.

Constructor & Destructor Documentation

Botan::Self_Test_Failure::Self_Test_Failure ( const std::string &  err)
inlineexplicit

Definition at line 236 of file exceptn.h.

236  :
237  Internal_Error("Self test failed: " + err)
238  {}
Internal_Error(const std::string &err)
Definition: exceptn.h:90

Member Function Documentation

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

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