Botan  1.11.15
Public Member Functions
Botan::Self_Test_Failure Struct Reference

#include <exceptn.h>

Inheritance diagram for Botan::Self_Test_Failure:
Botan::Internal_Error

List of all members.

Public Member Functions

 Self_Test_Failure (const std::string &err)

Detailed Description

Self Test Failure Exception

Definition at line 163 of file exceptn.h.


Constructor & Destructor Documentation

Botan::Self_Test_Failure::Self_Test_Failure ( const std::string &  err) [inline]

Definition at line 165 of file exceptn.h.

                                           :
      Internal_Error("Self test failed: " + err)
      {}

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