IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
IMP::InternalException Struct Reference

A general exception for an internal error in IMP. More...

#include <IMP/exception.h>

Detailed Description

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 101 of file exception.h.

Public Member Functions

 InternalException (const InternalException &)=default
 
 InternalException (const char *msg="Fatal error")
 
InternalExceptionoperator= (const InternalException &)=default
 

The documentation for this struct was generated from the following file: