IOException Class Reference
[CS240 Exceptions]

#include <CS240Exception.h>

Inheritance diagram for IOException:

Inheritance graph
[legend]
Collaboration diagram for IOException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

const std::string & GetMessage ()
 IOException (const std::string &msg)
 IOException ()

Protected Attributes

std::string message


Detailed Description

Definition at line 162 of file CS240Exception.h.


Constructor & Destructor Documentation

IOException::IOException (  )  [inline]

Definition at line 165 of file CS240Exception.h.

IOException::IOException ( const std::string &  msg  )  [inline]

Definition at line 169 of file CS240Exception.h.


Member Function Documentation

const std::string& CS240Exception::GetMessage (  )  [inline, inherited]

Examples:
printer.cpp.

Definition at line 107 of file CS240Exception.h.

References CS240Exception::message.


Member Data Documentation

std::string CS240Exception::message [protected, inherited]

Definition at line 113 of file CS240Exception.h.

Referenced by CS240Exception::GetMessage().


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

Generated on Wed Jul 7 16:30:30 2010 for CS240Utils by  doxygen 1.5.8