Botan  1.10.9
Public Member Functions | List of all members
Botan::Encoding_Error Struct Reference

#include <exceptn.h>

Inheritance diagram for Botan::Encoding_Error:

Public Member Functions

 Encoding_Error (const std::string &name)
 

Detailed Description

Encoding_Error Exception

Definition at line 129 of file exceptn.h.

Constructor & Destructor Documentation

Botan::Encoding_Error::Encoding_Error ( const std::string &  name)
inline

Definition at line 131 of file exceptn.h.

131  :
132  Invalid_Argument("Encoding error: " + name) {}
std::invalid_argument Invalid_Argument
Definition: exceptn.h:20

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