33 #ifndef BESSyntaxUserError_h_
34 #define BESSyntaxUserError_h_ 1
48 BESError(s, BES_SYNTAX_USER_ERROR, file, line)
56 virtual void dump(std::ostream &strm)
const
58 strm <<
"BESSyntaxUserError::dump - (" << (
void *)
this <<
")" << std::endl;
61 BESIndent::UnIndent();
Abstract exception class for the BES with basic string message.
virtual void dump(std::ostream &strm) const
Displays debug information about this object.
error thrown if there is a user syntax error in the request or any other user error
virtual void dump(std::ostream &strm) const
Displays debug information about this object.