IMP Reference Guide
2.20.0
The Integrative Modeling Platform
|
An exception which is thrown when the Model has attributes with invalid values. More...
#include <IMP/exception.h>
An exception which is thrown when the Model has attributes with invalid values.
It may be OK to catch an IMP
ModelException, when, for example, the catcher can simply re-randomize the optimized coordinates and restart the optimization. Sampling protocols, such as IMP::core::MCCGSampler, tend to do this.
Definition at line 188 of file exception.h.
Public Member Functions | |
ModelException (const ModelException &)=default | |
ModelException (const char *t) | |
Create exception with an error message. More... | |
ModelException & | operator= (const ModelException &)=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::ModelException::ModelException | ( | const char * | t | ) |
Create exception with an error message.
Definition at line 192 of file exception.h.