33#ifndef BESNotFoundError_h_
34#define BESNotFoundError_h_ 1
44 :
BESError( std::move(s), BES_NOT_FOUND_ERROR, std::move(file), line ) {}
48 void dump( std::ostream &strm )
const override
50 strm <<
"BESNotFoundError::dump - (" << (
void *)
this <<
")" << std::endl ;
53 BESIndent::UnIndent() ;
Base exception class for the BES with basic string message.
void dump(std::ostream &strm) const override
Displays debug information about this object.
error thrown if the resource requested cannot be found
void dump(std::ostream &strm) const override
Displays debug information about this object.