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

#include <exceptn.h>

Inheritance diagram for Botan::Invalid_IV_Length:
Botan::Invalid_Argument Botan::Exception

Public Member Functions

 Invalid_IV_Length (const std::string &mode, size_t bad_len)
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

Invalid_IV_Length Exception

Definition at line 109 of file exceptn.h.

Constructor & Destructor Documentation

Botan::Invalid_IV_Length::Invalid_IV_Length ( const std::string &  mode,
size_t  bad_len 
)
inline

Definition at line 111 of file exceptn.h.

111  :
112  Invalid_Argument("IV length " + std::to_string(bad_len) +
113  " is invalid for " + mode)
114  {}
Invalid_Argument(const std::string &msg)
Definition: exceptn.h:37
std::string to_string(const BER_Object &obj)
Definition: asn1_obj.cpp:47

Member Function Documentation

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

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