IMP
2.0.0
The Integrative Modeling Platform
|
An exception for an invalid usage of IMP
.
More...
#include <IMP/base/exception.h>
Public Member Functions | |
UsageException (const char *t) | |
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.
As the usage checks are disabled in fast mode, UsageExceptions are not considered part of the API and hence should not be documented or checked in test cases.
Definition at line 133 of file base/exception.h.