#include <id.h>
Inheritance diagram for except::id_except:


Public Member Functions | |
| id_except (void) throw () | |
| id_except constructor. | |
| virtual | ~id_except (void) throw () |
| id_except destructor. | |
| virtual const char * | what (void) const=0 throw () |
| id_except pure virtual method. | |
|
|
id_except constructor.
|
|
|
id_except destructor.
|
|
|
id_except pure virtual method.
Implemented in except::unknow_id. |
|
|
|