Botan 1.10.17
Botan::Invalid_OID Struct Reference

#include <exceptn.h>

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

Public Member Functions

 Invalid_OID (const std::string &oid)

Detailed Description

Invalid_OID Exception

Definition at line 156 of file exceptn.h.

Constructor & Destructor Documentation

◆ Invalid_OID()

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

Definition at line 158 of file exceptn.h.

158 :
159 Decoding_Error("Invalid ASN.1 OID: " + oid) {}
Decoding_Error(const std::string &name)
Definition exceptn.h:140

References Botan::Decoding_Error::Decoding_Error().

Referenced by Botan::OID::OID(), and Botan::parse_asn1_oid().


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