Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <PythonExceptions.h>
Public Member Functions | |
UnrecoverableError (const std::string &msg) | |
virtual | ~UnrecoverableError ()=default |
![]() | |
T | logic_error (T... args) |
T | what (T... args) |
![]() | |
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 |