33 #ifndef BESInternalError_h_
34 #define BESInternalError_h_ 1
54 virtual void dump(ostream &strm)
const
56 strm <<
"BESInternalError::dump - (" << (
void *)
this <<
")" << endl;
64 #endif // BESInternalError_h_
BESInternalError(const string &msg, const string &file, unsigned int line)
virtual void dump(ostream &strm) const
Displays debug information about this object.
exception thrown if inernal error encountered
#define BES_INTERNAL_ERROR
virtual void dump(ostream &strm) const
Displays debug information about this object.
Abstract exception class for the BES with basic string message.
virtual ~BESInternalError()