![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Class to allow us to throw an IndexError from C++ and have it make it back to Python.
More...
#include <Exceptions.h>
Public Member Functions | |
| IndexErrorException (int i) | |
| int | index () const |
| const char * | what () const noexcept override |
| ~IndexErrorException () noexcept | |
Class to allow us to throw an IndexError from C++ and have it make it back to Python.
Definition at line 19 of file Exceptions.h.
|
inline |
Definition at line 21 of file Exceptions.h.
|
inlinenoexcept |
Definition at line 29 of file Exceptions.h.
|
inline |
Definition at line 25 of file Exceptions.h.
|
inlineoverridenoexcept |
Definition at line 27 of file Exceptions.h.