Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <PythonExceptions.h>
Public Member Functions | |
RecoverableError (const std::string &msg) | |
virtual | ~RecoverableError ()=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 a recoverable error: i.e. using a placeholder on a conditional can be recovered (evaluated using the Python interpreter) albeit slower
Definition at line 48 of file PythonExceptions.h.
|
inlineexplicit |
Definition at line 50 of file PythonExceptions.h.
|
virtualdefault |