IMP
2.4.0
The Integrative Modeling Platform
|
An exception for a request for an invalid member of a container. More...
#include <IMP/base/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 147 of file exception.h.
Public Member Functions | |
IndexException (const char *t) | |
Create exception with an error message. More... | |
Public Member Functions inherited from IMP::base::Exception | |
Exception (const char *message) | |
const char * | what () const throw () |
IMP::base::IndexException::IndexException | ( | const char * | t | ) |
Create exception with an error message.
Definition at line 151 of file exception.h.