IMP logo
IMP Reference Guide  develop.1a86c4215a,2024/04/24
The Integrative Modeling Platform
IMP::IOException Class Reference

An input/output exception. More...

#include <IMP/exception.h>

+ Inheritance diagram for IMP::IOException:

Detailed Description

An input/output exception.

This exception should be used when an IO operation fails in a way that leaves the internal state OK. For example, failure to open a file should result in an IOException.

It is OK to catch such exceptions in IMP.

The equivalent Python type also derives from Python's IOError.

Definition at line 173 of file exception.h.

Public Member Functions

 IOException (const IOException &)=default
 
 IOException (const char *t)
 
IOExceptionoperator= (const IOException &)=default
 
- Public Member Functions inherited from IMP::Exception
 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: