PythonException

This simple exception class holds a Python exception.

Constructors

this
this(PyObject* type, PyObject* value, PyObject* traceback, string file, size_t line)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

traceback
PyObject* traceback()
Undocumented in source. Be warned that the author may not have intended to support it.
type
PyObject* type()
Undocumented in source. Be warned that the author may not have intended to support it.
value
PyObject* value()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

py_message
py_message [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
py_offset
py_offset [@property getter]
m_trace
PyObject* m_trace;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_type
PyObject* m_type;
m_value
PyObject* m_value;
Undocumented in source.

Meta