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 <<
")" << std::endl;
62 BESIndent::UnIndent();
Abstract exception class for the BES with basic string message.
virtual void dump(std::ostream &strm) const
Displays debug information about this object.
exception thrown if internal error encountered
virtual void dump(std::ostream &strm) const
Displays debug information about this object.