33#ifndef BESInternalError_h_
34#define BESInternalError_h_ 1
46 BESError(std::move(msg), BES_INTERNAL_ERROR, std::move(file), line) { }
50 void dump(std::ostream &strm)
const override
52 strm <<
"BESInternalError::dump - (" << (
void *)
this <<
")" << std::endl;
55 BESIndent::UnIndent();
Base exception class for the BES with basic string message.
void dump(std::ostream &strm) const override
Displays debug information about this object.
exception thrown if internal error encountered
void dump(std::ostream &strm) const override
Displays debug information about this object.