33#ifndef BESInternalFatalError_h_
34#define BESInternalFatalError_h_ 1
50 BESError(s, BES_INTERNAL_FATAL_ERROR, file, line)
57 virtual void dump(std::ostream &strm)
const
59 strm <<
"BESInternalFatalError::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 an internal error is found and is fatal to the BES
virtual void dump(std::ostream &strm) const
Displays debug information about this object.