33 #ifndef BESSyntaxUserError_h_ 34 #define BESSyntaxUserError_h_ 1 49 :
BESError( s, BES_SYNTAX_USER_ERROR,
53 virtual void dump( ostream &strm )
const 55 strm <<
"BESSyntaxUserError::dump - (" 56 << (
void *)
this <<
")" << endl ;
59 BESIndent::UnIndent() ;
64 #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.