| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
An exception for an invalid usage of IMP.  
 More...
#include <IMP/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 122 of file exception.h.
Public Member Functions | |
| UsageException (const UsageException &)=default | |
| UsageException (const char *t) | |
| UsageException & | operator= (const UsageException &)=default |