Mantid
|
Exception type that captures the current Python error state as a generic C++ exception for any general Python exception. More...
#include <ErrorHandling.h>
Public Member Functions | |
PythonException (bool withTrace=true) | |
Construct an exception object where the message is populated from the current Python exception state. More... | |
Exception type that captures the current Python error state as a generic C++ exception for any general Python exception.
Definition at line 24 of file ErrorHandling.h.
Mantid::PythonInterface::PythonException::PythonException | ( | bool | withTrace = true | ) |
Construct an exception object where the message is populated from the current Python exception state.
withTrace | If true, include the full traceback in the message |
Definition at line 95 of file ErrorHandling.cpp.