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

#include <point_gfp.h>

Inheritance diagram for Botan::Illegal_Transformation:
Botan::Exception

Public Member Functions

 Illegal_Transformation (const std::string &err="Requested transformation is not possible")
 
const char * what () const BOTAN_NOEXCEPT override
 

Detailed Description

Exception thrown if you try to convert a zero point to an affine coordinate

Definition at line 22 of file point_gfp.h.

Constructor & Destructor Documentation

Botan::Illegal_Transformation::Illegal_Transformation ( const std::string &  err = "Requested transformation is not possible")
inlineexplicit

Definition at line 24 of file point_gfp.h.

25  :
26  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: