IMP Reference Guide
2.8.0
The Integrative Modeling Platform
|
A general exception for an internal error in IMP. More...
#include <IMP/exception.h>
A general exception for an internal error in IMP.
This exception is thrown by the IMP_INTERNAL_CHECK() and IMP_FAILURE() macros. It should never be caught.
Definition at line 102 of file exception.h.
Public Member Functions | |
InternalException (const char *msg="Fatal error") | |