Inkscape
Vector Graphics Editor
|
Special exception class for the expression evaluator. More...
#include <expression-evaluator.h>
Public Member Functions | |
EvaluatorException (const char *message, const char *at_position) | |
~EvaluatorException () noexcept override=default | |
const char * | what () const noexcept override |
Protected Attributes | |
std::string | msgstr |
Special exception class for the expression evaluator.
Definition at line 176 of file expression-evaluator.h.
|
inline |
Definition at line 178 of file expression-evaluator.h.
References msgstr.
|
overridedefaultnoexcept |
|
inlineoverridenoexcept |
Definition at line 187 of file expression-evaluator.h.
References msgstr.
Referenced by Inkscape::UI::Widget::MathSpinButton::on_input(), and Inkscape::UI::Widget::SpinButton::on_input().
|
protected |
Definition at line 191 of file expression-evaluator.h.
Referenced by EvaluatorException(), and what().