System documentation of the GNU Image-Finding Tool

Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

GIFTException Class Reference

A base class for exceptions thrown by GIFT. More...

#include <GIFTExceptions.h>

Inheritance diagram for GIFTException:

VEBaseUnknown VEConfigurationError VEDoubleInsert VENotFound VEProgrammingMistake VEUnknownSession VEWrongAccessor VEWrongAlgorithm VEWrongBaseType List of all members.

Public Member Functions

const char * getMessage () const
 get the message contained in this

 GIFTException (const char *inMessage)
 Constructor.

 GIFTException (char *inMessage)
 Constructor.

virtual ~GIFTException ()
 Destructor.


Protected Attributes

const char * mMessage
 The exception message.

bool mDestroy
 will the message be killed?


Friends

ostream & operator<< (ostream &outStream, const GIFTException &)
 Output into a stream.


Detailed Description

A base class for exceptions thrown by GIFT.

WM 211099 created docs WM 0899 created

Author:
Wolfgang Mueller


The documentation for this class was generated from the following file:
Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen