Public Member Functions | |
EvaluateException (std::string message) | |
~EvaluateException () throw () | |
virtual const char * | what () const throw () |
Private Attributes | |
std::string | msg |
Definition at line 12 of file QCAD_StringFormulaEvaluator.cpp.
EvaluateException::EvaluateException | ( | std::string | message | ) | [inline] |
Definition at line 15 of file QCAD_StringFormulaEvaluator.cpp.
EvaluateException::~EvaluateException | ( | ) | throw () [inline] |
Definition at line 18 of file QCAD_StringFormulaEvaluator.cpp.
virtual const char* EvaluateException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 20 of file QCAD_StringFormulaEvaluator.cpp.
std::string EvaluateException::msg [private] |
Definition at line 25 of file QCAD_StringFormulaEvaluator.cpp.