IMP Reference Guide
2.20.0
The Integrative Modeling Platform
|
An exception for a request for an invalid member of a container. More...
#include <IMP/exception.h>
An exception for a request for an invalid member of a container.
The equivalent Python type also derives from Python's IndexError.
Definition at line 156 of file exception.h.
Public Member Functions | |
IndexException (const IndexException &)=default | |
IndexException (const char *t) | |
Create exception with an error message. More... | |
IndexException & | operator= (const IndexException &)=default |
Public Member Functions inherited from IMP::Exception | |
Exception (const Exception &)=default | |
Exception (const char *message) | |
Exception & | operator= (const Exception &)=default |
const char * | what () const noexcept |
IMP::IndexException::IndexException | ( | const char * | t | ) |
Create exception with an error message.
Definition at line 160 of file exception.h.