24#include <BESInternalError.h>
26#ifndef _HttpCatalogError_h_
27#define _HttpCatalogError_h_
29namespace httpd_catalog {
31class HttpdCatalogError:
public BESInternalError {
37 HttpdCatalogError(
const std::string &msg,
const std::string &file,
unsigned int line) :
38 BESInternalError(
"HttpCatalogError "+ msg, file, line)
41 virtual ~HttpdCatalogError()
45 virtual void dump(std::ostream &strm)
const
47 strm <<
"HttpdCatalogError::dump - (" << (
void *)
this <<
")" << endl;
50 BESIndent::UnIndent();
void dump(std::ostream &strm) const override
Displays debug information about this object.
virtual void dump(std::ostream &strm) const
Displays debug information about this object.