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

#include <exceptn.h>

Inheritance diagram for Botan::Invalid_Algorithm_Name:
Botan::Invalid_Argument Botan::Exception

Public Member Functions

 Invalid_Algorithm_Name (const std::string &name)
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

Invalid_Algorithm_Name Exception

Definition at line 170 of file exceptn.h.

Constructor & Destructor Documentation

Botan::Invalid_Algorithm_Name::Invalid_Algorithm_Name ( const std::string &  name)
inlineexplicit

Definition at line 172 of file exceptn.h.

172  :
173  Invalid_Argument("Invalid algorithm name: " + name)
174  {}
Invalid_Argument(const std::string &msg)
Definition: exceptn.h:37

Member Function Documentation

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

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