Botan  1.11.15
Public Member Functions
Botan::Pipe::Invalid_Message_Number Struct Reference

#include <pipe.h>

List of all members.

Public Member Functions

 Invalid_Message_Number (const std::string &where, message_id msg)

Detailed Description

Exception if you use an invalid message as an argument to read, remaining, etc

Definition at line 39 of file pipe.h.


Constructor & Destructor Documentation

Botan::Pipe::Invalid_Message_Number::Invalid_Message_Number ( const std::string &  where,
message_id  msg 
) [inline]
Parameters:
wherethe error occured
msgthe invalid message id that was used

Definition at line 45 of file pipe.h.

                                                                        :
            Invalid_Argument("Pipe::" + where + ": Invalid message number " +
                             std::to_string(msg))
            {}

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