Glossygloss
0.2
Glossygloss is set of classes to use several data structure as Tree or hash table.
|
exception class for trees More...
#include <tree.hpp>
Public Member Functions | |
TreeException (char *cause) | |
virtual | ~TreeException () throw () |
virtual const char * | what () const throw () |
Private Attributes | |
char * | _cause |
exception class for trees
Usefull to manage errors and the unforeseen
TreeException::TreeException | ( | char * | cause | ) |
store exception description constructor called then TreeExceptions are threw
[in] | cause | description of exception origin |
|
virtual |
destructor currently, do anything special
|
virtual |
virtual fonction from superclass, usefull to get the exception description
|
private |