33 #ifndef BESInternalError_h_ 34 #define BESInternalError_h_ 1 49 BESInternalError(
const std::string &msg,
const std::string &file,
unsigned int line) :
50 BESError(msg, BES_INTERNAL_ERROR, file, line)
57 virtual void dump(std::ostream &strm)
const 59 strm <<
"BESInternalError::dump - (" << (
void *)
this <<
")" << endl;
62 BESIndent::UnIndent();
67 #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(std::ostream &strm) const
Displays debug information about this object.
Abstract exception class for the BES with basic string message.