27#include <BESInternalError.h>
29#ifndef MODULES_CMR_MODULE_CMRERROR_H_
30#define MODULES_CMR_MODULE_CMRERROR_H_
34class CmrInternalError:
public BESInternalError {
37 CmrInternalError(
const std::string &msg,
const std::string &file,
unsigned int line) :
38 BESInternalError(
"CmrInternalError " + msg, file, line)
41 ~CmrInternalError()
override =
default;
43 void dump(std::ostream &strm)
const override
45 strm <<
"CmrInternalError::dump - (" << (
void *)
this <<
")" << std::endl;
48 BESIndent::UnIndent();
void dump(std::ostream &strm) const override
Displays debug information about this object.
void dump(std::ostream &strm) const override
Displays debug information about this object.