33 #ifndef BESSyntaxUserError_h_ 34 #define BESSyntaxUserError_h_ 1 53 virtual void dump( ostream &strm )
const 55 strm <<
"BESSyntaxUserError::dump - (" 56 << (
void *)
this <<
")" << endl ;
64 #endif // BESSyntaxUserError_h_ #define BES_SYNTAX_USER_ERROR
virtual ~BESSyntaxUserError()
virtual void dump(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.
BESSyntaxUserError(const string &s, const string &file, unsigned int line)
virtual void dump(ostream &strm) const
Displays debug information about this object.