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

#include <exceptn.h>

Inheritance diagram for Botan::Decoding_Error:
Botan::Invalid_Argument Botan::Exception Botan::BER_Decoding_Error Botan::Invalid_OID Botan::PKCS8_Exception Botan::BER_Bad_Tag

Public Member Functions

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

Detailed Description

Decoding_Error Exception

Definition at line 189 of file exceptn.h.

Constructor & Destructor Documentation

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

Definition at line 191 of file exceptn.h.

191  :
192  Invalid_Argument("Decoding error: " + name) {}
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: