Botan  1.11.15
Public Member Functions
Botan::Algorithm_Not_Found Struct Reference

#include <exceptn.h>

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

List of all members.

Public Member Functions

 Algorithm_Not_Found (const std::string &name)

Detailed Description

Algorithm_Not_Found Exception

Definition at line 97 of file exceptn.h.


Constructor & Destructor Documentation

Botan::Algorithm_Not_Found::Algorithm_Not_Found ( const std::string &  name) [inline]

Definition at line 99 of file exceptn.h.

                                              :
      Lookup_Error("Could not find any algorithm named \"" + name + "\"")
      {}

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