33#ifndef BES_CMRNOTFOUNDERROR_H
34#define BES_CMRNOTFOUNDERROR_H
42#include "BESNotFoundError.h"
46class CmrNotFoundError:
public BESNotFoundError {
49 CmrNotFoundError(
const std::string &msg,
const std::string &file,
unsigned int line) :
50 BESNotFoundError(
"CmrNotFoundError " + msg, file, line)
53 ~CmrNotFoundError()
override =
default;
55 void dump(std::ostream &strm)
const override
57 strm <<
"CmrNotFoundError::dump - (" << (
void *)
this <<
")" << std::endl;
60 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.