Math Type Library (libmath++) 0.0.3
Public Member Functions | List of all members
math::ECalcError Class Reference

#include <calculator.h>

Inheritance diagram for math::ECalcError:
math::EMath

Public Member Functions

 ECalcError (const std::string &AReason)
 
- Public Member Functions inherited from math::EMath
 EMath (const std::string &AReason)
 
std::string reason () const
 

Detailed Description

ECalcError gets thrown whenever any error during function calculation occurs. This may be e.g. a recursion error.

Definition at line 41 of file calculator.h.

Constructor & Destructor Documentation

◆ ECalcError()

math::ECalcError::ECalcError ( const std::string &  AReason)
inline

Definition at line 43 of file calculator.h.

43: EMath(AReason) {}

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