Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

Exception::NotImplemented Class Reference

Not implemented exception. More...

#include <exception.h>

Inheritance diagram for Exception::NotImplemented:

Exception::GeneralException List of all members.

Public Member Functions

 NotImplemented (const char *file, int line) throw ()

Detailed Description

Not implemented exception.

This exception should be thrown to indicate not yet inplemented methods. If you take the time to use the detailed constructor instead of the default constructor, identification of the concerned source will get much easier!