Botan  1.11.15
Public Member Functions
Botan::Invalid_Algorithm_Name Struct Reference

#include <exceptn.h>

List of all members.

Public Member Functions

 Invalid_Algorithm_Name (const std::string &name)

Detailed Description

Invalid_Algorithm_Name Exception

Definition at line 107 of file exceptn.h.


Constructor & Destructor Documentation

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

Definition at line 109 of file exceptn.h.

                                                :
      Invalid_Argument("Invalid algorithm name: " + name)
      {}

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