Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
class_not_supported Class Reference

#include <exceptions.hh>

Collaboration diagram for class_not_supported:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 class_not_supported (const int &type)
virtual const char * what () const throw ()
virtual ~class_not_supported () throw ()

Private Attributes

std::string what_

Detailed Description

Definition at line 123 of file exceptions.hh.


Constructor & Destructor Documentation

class_not_supported::class_not_supported ( const int &  type) [inline]

Definition at line 126 of file exceptions.hh.

virtual class_not_supported::~class_not_supported ( ) throw () [inline, virtual]

Definition at line 161 of file exceptions.hh.


Member Function Documentation

virtual const char* class_not_supported::what ( ) const throw () [inline, virtual]

Definition at line 163 of file exceptions.hh.


Member Data Documentation

std::string class_not_supported::what_ [private]

Definition at line 168 of file exceptions.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)