IMP  2.0.1
The Integrative Modeling Platform
IMP::base::IOException Class Reference

An input/output exception. More...

#include <IMP/base/exception.h>

+ Inheritance diagram for IMP::base::IOException:

Public Member Functions

 IOException (const char *t)
 
- Public Member Functions inherited from IMP::base::Exception
 Exception (const char *message)
 
const char * what () const throw ()
 

Detailed Description

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 174 of file base/exception.h.


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