IndexErrorException Class Reference

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

#include <Exceptions.h>

List of all members.

Public Member Functions

 IndexErrorException (int i)
int index () const
 ~IndexErrorException () throw ()


Detailed Description

Class to allow us to throw an IndexError from C++ and have it make it back to Python.

Definition at line 14 of file Exceptions.h.


Constructor & Destructor Documentation

IndexErrorException::IndexErrorException ( int  i  )  [inline]

Definition at line 17 of file Exceptions.h.

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

Definition at line 19 of file Exceptions.h.


Member Function Documentation

int IndexErrorException::index (  )  const [inline]

Definition at line 18 of file Exceptions.h.


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

Generated on Fri Apr 3 06:03:02 2009 for RDCode by  doxygen 1.5.6