PLearn 0.1
Public Member Functions | Private Types
PLearn::PythonException Class Reference

C++ Exception object to which Python exceptions are mapped. More...

#include <PythonCodeSnippet.h>

Inheritance diagram for PLearn::PythonException:
Inheritance graph
[legend]
Collaboration diagram for PLearn::PythonException:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PythonException (const string &message)

Private Types

typedef PLearnError inherited

Detailed Description

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.


Member Typedef Documentation

Definition at line 72 of file PythonCodeSnippet.h.


Constructor & Destructor Documentation

PLearn::PythonException::PythonException ( const string &  message) [inline]

Definition at line 75 of file PythonCodeSnippet.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines