Botan  1.11.15
Public Member Functions
Botan::Invalid_OID Struct Reference

#include <exceptn.h>

Inheritance diagram for Botan::Invalid_OID:
Botan::Decoding_Error

List of all members.

Public Member Functions

 Invalid_OID (const std::string &oid)

Detailed Description

Invalid_OID Exception

Definition at line 144 of file exceptn.h.


Constructor & Destructor Documentation

Botan::Invalid_OID::Invalid_OID ( const std::string &  oid) [inline]

Definition at line 146 of file exceptn.h.

                                     :
      Decoding_Error("Invalid ASN.1 OID: " + oid) {}

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