|
Tomographer
v5.3
Tomographer C++ Framework Documentation
|
Helper for catching exceptions in a thread and re-raising them. More...
#include <py/cxx/tomographerpy/exc.h>
Inheritance diagram for tpy::PyFetchedException:
Collaboration diagram for tpy::PyFetchedException:Public Member Functions | |
| PyFetchedException (const PyFetchedException ©) | |
| void | restorePyException () |
| const char * | what () const noexcept |
Public Member Functions inherited from std::exception | |
| T | what (T... args) |
| T | ~exception (T... args) |
| T | operator= (T... args) |
| T | exception (T... args) |
Helper for catching exceptions in a thread and re-raising them.