TC::Exception Class Reference
[Base Classes and Functions]

Base class for all exceptions wrapping the std::exception because they differ on some compilers :(. More...

#include <TCException.h>

Inheritance diagram for TC::Exception:

Inheritance graph
[legend]
Collaboration diagram for TC::Exception:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Exception ()
 Exception (const char *what)
 Exception (const std::string &what)
 ~Exception () throw ()
virtual const char * what () const throw ()
 Get some information about the exception.

Protected Member Functions

void SetExceptionString (const std::string &text)

Private Attributes

std::string m_what


Detailed Description

Base class for all exceptions wrapping the std::exception because they differ on some compilers :(.

Definition at line 61 of file TCException.h.


Constructor & Destructor Documentation

TC::Exception::Exception (  ) 


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

Copyright (c) Thomas Goessler 2003 - 2008