25 #ifndef _GIFTEXCEPTIONS 26 #define _GIFTEXCEPTIONS 54 const char* getMessage()
const;
63 friend ostream& operator<<(ostream& outStream,
68 ostream& operator<<(ostream& outStream,
78 friend ostream& operator<<(ostream& outStream,
83 ostream& operator<<(ostream& outStream,
93 friend ostream& operator<<(ostream& outStream,
98 ostream& operator<<(ostream& outStream,
112 friend ostream& operator<<(ostream& outStream,
117 ostream& operator<<(ostream& outStream,
127 friend ostream& operator<<(ostream& outStream,
132 ostream& operator<<(ostream& outStream,
143 friend ostream& operator<<(ostream& outStream,
148 ostream& operator<<(ostream& outStream,
159 friend ostream& operator<<(ostream& outStream,
163 ostream& operator<<(ostream& outStream,
173 friend ostream& operator<<(ostream& outStream,
177 ostream& operator<<(ostream& outStream,
187 friend ostream& operator<<(ostream& outStream,
197 friend ostream& operator<<(ostream& outStream,
203 ostream& operator<<(ostream& outStream,
i dunno (embarrassing), but it is quite late
Definition: GIFTExceptions.h:122
A base class for exceptions thrown by GIFT.
Definition: GIFTExceptions.h:39
a clear programming mistake in this code has been found
Definition: GIFTExceptions.h:87
A file or a hash element was not found.
Definition: GIFTExceptions.h:72
The the algorithm cannot be used with the collection chosen.
Definition: GIFTExceptions.h:153
An element which is considered bein only once in a set was inserted another time. ...
Definition: GIFTExceptions.h:106
The accessor does not fit the chosen algorithm.
Definition: GIFTExceptions.h:137
The the algorithm cannot be used with the collection chosen.
Definition: GIFTExceptions.h:167
const char * mMessage
The exception message.
Definition: GIFTExceptions.h:49
The session ID is unknown.
Definition: GIFTExceptions.h:182
error in configuration, e.g.
Definition: GIFTExceptions.h:192
bool mDestroy
will the message be killed?
Definition: GIFTExceptions.h:51