BALL::Exception::NotImplemented Class Reference

#include <BALL/COMMON/exception.h>

Inheritance diagram for BALL::Exception::NotImplemented:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 NotImplemented (const char *file, int line)

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!


Constructor & Destructor Documentation

BALL::Exception::NotImplemented::NotImplemented ( const char *  file,
int  line 
)