| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
The general base class for IMP exceptions.  
 More...
#include <IMP/exception.h>
 Inheritance diagram for IMP::Exception: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) | |
| Exception & | operator= (const Exception &)=default | 
| const char * | what () const noexcept |