IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/18
The Integrative Modeling Platform
IMP::Exception Class Reference

The general base class for IMP exceptions. More...

#include <IMP/exception.h>

+ Inheritance diagram for IMP::Exception:

Detailed Description

The general base class for IMP exceptions.

Exceptions should be used to report all errors that occur within IMP.

Definition at line 48 of file exception.h.

Public Member Functions

 Exception (const Exception &)=default
 
 Exception (const char *message)
 
Exceptionoperator= (const Exception &)=default
 
const char * what () const noexcept
 

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