Botan  1.10.9
Public Member Functions | List of all members
Botan::Unexpected_Message Struct Reference

#include <tls_exceptn.h>

Inheritance diagram for Botan::Unexpected_Message:
Botan::TLS_Exception

Public Member Functions

Alert_Type type () const throw ()
 
 Unexpected_Message (const std::string &err)
 

Detailed Description

Unexpected_Message Exception

Definition at line 35 of file tls_exceptn.h.

Constructor & Destructor Documentation

Botan::Unexpected_Message::Unexpected_Message ( const std::string &  err)
inline

Definition at line 37 of file tls_exceptn.h.

37  :
TLS_Exception(Alert_Type type, const std::string &err_msg="Unknown error")
Definition: tls_exceptn.h:24

Member Function Documentation

Alert_Type Botan::TLS_Exception::type ( ) const
throw (
)
inlineinherited

Definition at line 22 of file tls_exceptn.h.

22 { return alert_type; }

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