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

#include <exceptn.h>

Inheritance diagram for Botan::Algorithm_Not_Found:
Botan::Lookup_Error Botan::Exception

Public Member Functions

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

Detailed Description

Algorithm_Not_Found Exception

Definition at line 140 of file exceptn.h.

Constructor & Destructor Documentation

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

Definition at line 142 of file exceptn.h.

142  :
143  Lookup_Error("Could not find any algorithm named \"" + name + "\"")
144  {}
Lookup_Error(const std::string &err)
Definition: exceptn.h:73

Member Function Documentation

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

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