MASA-Core
Public Member Functions | Private Attributes
IOException Class Reference

Detailed Description

IO exception class.

Definition at line 32 of file IOException.hpp.

#include <IOException.hpp>

List of all members.

Public Member Functions

 IOException (const char *msg)
 ~IOException () throw ()
virtual const char * what () const throw ()

Private Attributes

string msg

Constructor & Destructor Documentation

IOException::IOException ( const char *  msg)

Definition at line 26 of file IOException.cpp.

IOException::~IOException ( ) throw () [inline]

Definition at line 35 of file IOException.hpp.


Member Function Documentation

const char * IOException::what ( ) const throw () [virtual]

Definition at line 30 of file IOException.cpp.


Member Data Documentation

string IOException::msg [private]

Definition at line 39 of file IOException.hpp.


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