Botan  1.11.15
Public Member Functions
Botan::BER_Decoding_Error Struct Reference

#include <asn1_obj.h>

Inheritance diagram for Botan::BER_Decoding_Error:
Botan::Decoding_Error Botan::BER_Bad_Tag

List of all members.

Public Member Functions

 BER_Decoding_Error (const std::string &)

Detailed Description

General BER Decoding Error Exception

Definition at line 108 of file asn1_obj.h.


Constructor & Destructor Documentation

Botan::BER_Decoding_Error::BER_Decoding_Error ( const std::string &  str)

Definition at line 19 of file asn1_obj.cpp.

                                                           :
   Decoding_Error("BER: " + str) {}

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