error_index Class Reference
Special class for "Index out of range." exceptions.
More...
#include <error.h>
List of all members.
|
Public Member Functions |
|
| error_index (std::string const &msg="Index out of range.") throw () |
| | Default constructor. The message may be customized.
|
Detailed Description
Special class for "Index out of range." exceptions.
These exceptions are propagated to Python as IndexError.
The documentation for this class was generated from the following file: