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 <<
")" << std::endl;
53 BESIndent::UnIndent();
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.