|
Tomographer
v5.3
Tomographer C++ Framework Documentation
|
Base exception class for errors in the tomographer python module.
More...
#include <py/cxx/tomographerpy/exc.h>
Inheritance diagram for tpy::TomographerCxxError:
Collaboration diagram for tpy::TomographerCxxError:Additional Inherited Members | |
Public Member Functions inherited from std::runtime_error | |
| T | runtime_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) |
Base exception class for errors in the tomographer python module.
This C++ exception translates to a correspondingly named Python exception.