KeyErrorException Class Reference

Class to allow us to throw a KeyError from C++ and have it make it back to Python. More...

#include <Exceptions.h>

List of all members.

Public Member Functions

 KeyErrorException (std::string key)
std::string key () const
 ~KeyErrorException () throw ()


Detailed Description

Class to allow us to throw a KeyError from C++ and have it make it back to Python.

Definition at line 42 of file Exceptions.h.


Constructor & Destructor Documentation

KeyErrorException::KeyErrorException ( std::string  key  )  [inline]

Definition at line 45 of file Exceptions.h.

KeyErrorException::~KeyErrorException (  )  throw () [inline]

Definition at line 47 of file Exceptions.h.


Member Function Documentation

std::string KeyErrorException::key (  )  const [inline]

Definition at line 46 of file Exceptions.h.


The documentation for this class was generated from the following file:

Generated on Tue Oct 7 06:10:11 2008 for RDCode by  doxygen 1.5.5