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