27 #include <BESInternalError.h> 29 #ifndef MODULES_CMR_MODULE_CMRERROR_H_ 30 #define MODULES_CMR_MODULE_CMRERROR_H_ 40 CmrError(
const std::string &msg,
const std::string &file,
unsigned int line) :
48 virtual void dump(std::ostream &strm)
const 50 strm <<
"CmrError::dump - (" << (
void *)
this <<
")" << endl;
53 BESIndent::UnIndent();
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.