IMP logo
IMP Reference Guide  2.8.0
The Integrative Modeling Platform
IMP::IndexException Class Reference

An exception for a request for an invalid member of a container. More...

#include <IMP/exception.h>

+ Inheritance diagram for IMP::IndexException:

Detailed Description

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 157 of file exception.h.

Public Member Functions

 IndexException (const char *t)
 Create exception with an error message. More...
 
- Public Member Functions inherited from IMP::Exception
 Exception (const char *message)
 
const char * what () const throw ()
 

Constructor & Destructor Documentation

IMP::IndexException::IndexException ( const char *  t)

Create exception with an error message.

Definition at line 161 of file exception.h.


The documentation for this class was generated from the following file: