PLearn 0.1
|
C++ Exception object to which Python exceptions are mapped. More...
#include <PythonCodeSnippet.h>
Public Member Functions | |
PythonException (const string &message) | |
Private Types | |
typedef PLearnError | inherited |
C++ Exception object to which Python exceptions are mapped.
If a Python exception is encountered during the execution of a function by the PythonCodeSnippet, a C++ exception of the type is thrown.
Definition at line 70 of file PythonCodeSnippet.h.
typedef PLearnError PLearn::PythonException::inherited [private] |
Definition at line 72 of file PythonCodeSnippet.h.
PLearn::PythonException::PythonException | ( | const string & | message | ) | [inline] |
Definition at line 75 of file PythonCodeSnippet.h.