Public Member Functions

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>

Inherits std::exception.

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 46 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 49 of file Exceptions.h.

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

Definition at line 51 of file Exceptions.h.


Member Function Documentation

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

Definition at line 50 of file Exceptions.h.


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