|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
An exception for an invalid type being passed to IMP.
More...
#include <IMP/exception.h>
Inheritance diagram for IMP::TypeException:An exception for an invalid type being passed to IMP.
The equivalent Python type also derives from Python's TypeError.
Definition at line 146 of file exception.h.
Public Member Functions | |
| TypeException (const TypeException &)=default | |
| TypeException (const char *t) | |
| TypeException & | operator= (const TypeException &)=default |
Public Member Functions inherited from IMP::Exception | |
| Exception (const Exception &)=default | |
| Exception (const char *message) | |
| Exception & | operator= (const Exception &)=default |
| const char * | what () const noexcept |