33#ifndef BESSyntaxUserError_h_
34#define BESSyntaxUserError_h_ 1
44 BESError(std::move(s), BES_SYNTAX_USER_ERROR, std::move(file), line) { }
48 void dump(std::ostream &strm)
const override
50 strm <<
"BESSyntaxUserError::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 there is a user syntax error in the request or any other user error
void dump(std::ostream &strm) const override
Displays debug information about this object.