46 strm << BESIndent::LMarg <<
"BESError::dump - (" 47 << (
void *)
this <<
")" << endl ;
49 strm << BESIndent::LMarg <<
"error message: " << _msg << endl ;
50 strm << BESIndent::LMarg <<
"error type: " << _type << endl ;
51 strm << BESIndent::LMarg <<
"error file: " << _file << endl ;
52 strm << BESIndent::LMarg <<
"error line: " << _line << endl ;
53 BESIndent::UnIndent() ;
virtual void dump(std::ostream &strm) const
Displays debug information about this object.