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

#include <point_gfp.h>

Inheritance diagram for Botan::Illegal_Point:
Botan::Exception

Public Member Functions

 Illegal_Point (const std::string &err="Malformed ECP point detected")
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

Exception thrown if some form of illegal point is decoded

Definition at line 32 of file point_gfp.h.

Constructor & Destructor Documentation

Botan::Illegal_Point::Illegal_Point ( const std::string &  err = "Malformed ECP point detected")
inlineexplicit

Definition at line 34 of file point_gfp.h.

34  :
35  Exception(err) {}
Exception(const std::string &msg)
Definition: exceptn.h:24

Member Function Documentation

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

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