Glossygloss  0.2
Glossygloss is set of classes to use several data structure as Tree or hash table.
 All Classes Files Functions Variables Macros Pages
Public Member Functions | Private Attributes | List of all members
TreeStringException Class Reference

exception class for trees More...

#include <treestring.hpp>

Inheritance diagram for TreeStringException:

Public Member Functions

 TreeStringException (char *cause)
 
virtual ~TreeStringException () throw ()
 
virtual const char * what () const throw ()
 

Private Attributes

char * _cause
 

Detailed Description

exception class for trees

Usefull to manage errors and the unforeseen

Constructor & Destructor Documentation

TreeStringException::TreeStringException ( char *  cause)

store exception description constructor called then TreeExceptions are threw

Parameters
[in]causedescription of exception origin
virtual TreeStringException::~TreeStringException ( )
throw (
)
virtual

destructor currently, do anything special

Member Function Documentation

virtual const char* TreeStringException::what ( ) const
throw (
)
virtual

virtual fonction from superclass, usefull to get the exception description

Member Data Documentation

char* TreeStringException::_cause
private

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