Class to allow us to throw an IndexError
from C++ and have it make it back to Python.
More...
#include <Exceptions.h>
Class to allow us to throw an IndexError
from C++ and have it make it back to Python.
Definition at line 20 of file Exceptions.h.
◆ IndexErrorException()
IndexErrorException::IndexErrorException |
( |
int |
i | ) |
|
|
inline |
◆ ~IndexErrorException()
IndexErrorException::~IndexErrorException |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ index()
int IndexErrorException::index |
( |
| ) |
const |
|
inline |
◆ what()
const char * IndexErrorException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
The documentation for this class was generated from the following file: