CS240Exception Class Reference
[CS240 Exceptions]

#include <CS240Exception.h>

Inheritance diagram for CS240Exception:

Inheritance graph
[legend]
Collaboration diagram for CS240Exception:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 CS240Exception (const CS240Exception &e)
 CS240Exception (const std::string &msg)
 CS240Exception ()
const std::string & GetMessage ()
virtual ~CS240Exception ()

Protected Attributes

std::string message


Detailed Description

Examples:

printer.cpp.

Definition at line 88 of file CS240Exception.h.


Constructor & Destructor Documentation

CS240Exception::CS240Exception (  )  [inline]

Definition at line 91 of file CS240Exception.h.

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

Definition at line 95 of file CS240Exception.h.

CS240Exception::CS240Exception ( const CS240Exception e  )  [inline]

Definition at line 99 of file CS240Exception.h.

virtual CS240Exception::~CS240Exception (  )  [inline, virtual]

Definition at line 103 of file CS240Exception.h.


Member Function Documentation

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

Examples:
printer.cpp.

Definition at line 107 of file CS240Exception.h.

References message.


Member Data Documentation

std::string CS240Exception::message [protected]

Definition at line 113 of file CS240Exception.h.

Referenced by 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