Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Teddy::SysSupport::Exception Class Reference

C++ exception class to hold description. More...

#include <Exception.h>

List of all members.

Public Methods

 Exception (char *msg)
char * tellMsg ()

Protected Attributes

char * msg


Detailed Description

C++ exception class to hold description.

Warning:
Not in use?

Definition at line 37 of file Exception.h.


Constructor & Destructor Documentation

Teddy::SysSupport::Exception::Exception char *    msg
 

Definition at line 32 of file Exception.cpp.

References msg, and Teddy::SysSupport::msg.


Member Function Documentation

char * Teddy::SysSupport::Exception::tellMsg  
 

Definition at line 37 of file Exception.cpp.


Member Data Documentation

char* Teddy::SysSupport::Exception::msg [protected]
 

Definition at line 39 of file Exception.h.

Referenced by Exception.


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