IMP
2.4.0
The Integrative Modeling Platform
|
An exception for an invalid usage of IMP
.
More...
#include <IMP/base/exception.h>
An exception for an invalid usage of IMP
.
It is thrown by the IMP_USAGE_CHECK() macro. It should never be caught internally to IMP
, but it one may be able to recover from it being thrown.
Definition at line 123 of file exception.h.
Public Member Functions | |
UsageException (const char *t) | |