The SystemExitException is thrown if the Python-internal PyExc_SystemExit exception was thrown. More...
#include <Interpreter.h>
Public Member Functions | |
SystemExitException (const SystemExitException &inst) | |
SystemExitException (void) | |
virtual | ~SystemExitException () throw () |
The SystemExitException is thrown if the Python-internal PyExc_SystemExit exception was thrown.
Definition at line 73 of file Interpreter.h.
SystemExitException::SystemExitException | ( | void | ) |
Definition at line 80 of file Interpreter.cpp.
References Base::Exception::_sErrMsg.
SystemExitException::SystemExitException | ( | const SystemExitException & | inst | ) |
Definition at line 85 of file Interpreter.cpp.
virtual Base::SystemExitException::~SystemExitException | ( | ) | throw () [inline, virtual] |
Definition at line 78 of file Interpreter.h.