|
Alexandria 2.30.1
SDC-CH common library for the Euclid project
|
#include <PythonExceptions.h>


Public Member Functions | |
| UnrecoverableError (const std::string &msg) | |
| virtual | ~UnrecoverableError ()=default |
Public Member Functions inherited from std::logic_error | |
| T | logic_error (T... args) |
| T | what (T... args) |
Public Member Functions inherited from std::exception | |
| T | what (T... args) |
| T | ~exception (T... args) |
| T | operator= (T... args) |
| T | exception (T... args) |
Thrown when building the expression tree causes an unrecoverable error: i.e. access to an unknown object attribute, which will remain unknown even if evaluated through Python
Definition at line 30 of file PythonExceptions.h.
|
inlineexplicit |
|
virtualdefault |