Botan::BER_Bad_Tag Struct Reference

#include <asn1_int.h>

Inheritance diagram for Botan::BER_Bad_Tag:

Botan::BER_Decoding_Error Botan::Decoding_Error

List of all members.

Public Member Functions

 BER_Bad_Tag (const std::string &, ASN1_Tag, ASN1_Tag)
 BER_Bad_Tag (const std::string &, ASN1_Tag)


Detailed Description

Exception For Incorrect BER Taggings

Definition at line 115 of file asn1_int.h.


Constructor & Destructor Documentation

Botan::BER_Bad_Tag::BER_Bad_Tag ( const std::string &  str,
ASN1_Tag  tag 
)

Definition at line 22 of file asn1_int.cpp.

00022                                                            :
00023       BER_Decoding_Error(str + ": " + to_string(tag)) {}

Botan::BER_Bad_Tag::BER_Bad_Tag ( const std::string &  str,
ASN1_Tag  tag1,
ASN1_Tag  tag2 
)

Definition at line 25 of file asn1_int.cpp.

00026                                                        :
00027    BER_Decoding_Error(str + ": " + to_string(tag1) + "/" + to_string(tag2)) {}


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

Generated on Tue Jun 29 08:56:41 2010 for Botan by  doxygen 1.5.8