Botan  1.11.15
Public Member Functions
Botan::Illegal_Transformation Struct Reference

#include <point_gfp.h>

List of all members.

Public Member Functions

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

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") [inline]

Definition at line 24 of file point_gfp.h.

                                                                      :
      Exception(err) {}

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