33 #ifndef BESSyntaxUserError_h_ 34 #define BESSyntaxUserError_h_ 1 48 BESError(s, BES_SYNTAX_USER_ERROR, file, line)
56 virtual void dump(ostream &strm)
const 58 strm <<
"BESSyntaxUserError::dump - (" << (
void *)
this <<
")" << endl;
61 BESIndent::UnIndent();
66 #endif // BESSyntaxUserError_h_ 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
Abstract exception class for the BES with basic string message.
virtual void dump(ostream &strm) const
Displays debug information about this object.