Botan  1.11.15
Public Member Functions
Botan::Policy_Violation Struct Reference

#include <exceptn.h>

Inheritance diagram for Botan::Policy_Violation:
Botan::Invalid_State

List of all members.

Public Member Functions

 Policy_Violation (const std::string &err)

Detailed Description

Policy_Violation Exception

Definition at line 87 of file exceptn.h.


Constructor & Destructor Documentation

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

Definition at line 89 of file exceptn.h.

                                          :
      Invalid_State("Policy violation: " + err)
      {}

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