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

#include <exceptn.h>

Inheritance diagram for Botan::Unsupported_Argument:
Botan::Invalid_Argument Botan::Exception

Public Member Functions

 Unsupported_Argument (const std::string &msg)
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

Unsupported_Argument Exception

An argument that is invalid because it is not supported by Botan. It might or might not be valid in another context like a standard.

Definition at line 53 of file exceptn.h.

Constructor & Destructor Documentation

Botan::Unsupported_Argument::Unsupported_Argument ( const std::string &  msg)
inlineexplicit

Definition at line 55 of file exceptn.h.

55 : Invalid_Argument(msg) {}
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: