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
HashtableException Class Reference

Exception class to manage Hashtable errors. More...

#include <hashtable.hpp>

Inheritance diagram for HashtableException:

Public Member Functions

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

Private Attributes

const char * _cause
 

Detailed Description

Exception class to manage Hashtable errors.

Constructor & Destructor Documentation

HashtableException::HashtableException ( const char *  cause)

store exception description constructor called then HashtableExceptions are threw

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

destructor currently, do anything special

Member Function Documentation

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

virtual fonction from superclass, usefull to get the exception description

Member Data Documentation

const char* HashtableException::_cause
private

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