IMP
2.0.1
The Integrative Modeling Platform
|
An exception that signifies some event occurred. More...
#include <IMP/base/exception.h>
Public Member Functions | |
EventException (const char *t="") | |
Create exception with an error message. | |
Public Member Functions inherited from IMP::base::Exception | |
Exception (const char *message) | |
const char * | what () const throw () |
It is difficult to add exceptions to the python wrappers, so use this type if want to raise an exception when something happens.
We can add event types later via a key.
Definition at line 206 of file base/exception.h.