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

#include <exceptn.h>

Inheritance diagram for Botan::Invalid_State:
Botan::Exception Botan::Policy_Violation Botan::PRNG_Unseeded

Public Member Functions

 Invalid_State (const std::string &err)
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

Invalid_State Exception

Definition at line 61 of file exceptn.h.

Constructor & Destructor Documentation

Botan::Invalid_State::Invalid_State ( const std::string &  err)
inlineexplicit

Definition at line 63 of file exceptn.h.

63  :
64  Exception(err)
65  {}
Exception(const std::string &msg)
Definition: exceptn.h:24

Member Function Documentation

const char* Botan::Exception::what ( ) const
inlineoverrideinherited

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