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


Public Member Functions | |
| RecoverableError (const std::string &msg) | |
| virtual | ~RecoverableError ()=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 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 |
1.8.5