33 #ifndef BESInternalError_h_ 34 #define BESInternalError_h_ 1 47 BESError(msg, BES_INTERNAL_ERROR, file, line)
54 virtual void dump(ostream &strm)
const 56 strm <<
"BESInternalError::dump - (" << (
void *)
this <<
")" << endl;
59 BESIndent::UnIndent();
64 #endif // BESInternalError_h_ exception thrown if inernal error encountered
virtual void dump(std::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.