mbxmlutils
1.3.0
Multi-Body XML Utils
|
Public Member Functions | |
PythonException (const char *file_, int line_) | |
std::string | getFile () |
int | getLine () |
PyO | getType () |
PyO | getValue () |
PyO | getTraceback () |
const char * | what () const noexcept override |
Private Attributes | |
std::string | file |
int | line |
PyO | type |
PyO | value |
PyO | traceback |
std::string | msg |