FileException Class Reference
[CS240 Exceptions]

#include <CS240Exception.h>

Inheritance diagram for FileException:

Inheritance graph
[legend]
Collaboration diagram for FileException:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Protected Attributes

std::string message


Detailed Description

Definition at line 190 of file CS240Exception.h.


Constructor & Destructor Documentation

FileException::FileException (  )  [inline]

Definition at line 193 of file CS240Exception.h.

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

Definition at line 197 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:29 2010 for CS240Utils by  doxygen 1.5.8