25 #include <BESInternalError.h>
27 #ifndef MODULES_NGAP_MODULE_NGAPERROR_H_
28 #define MODULES_NGAP_MODULE_NGAPERROR_H_
38 NgapError(
const std::string &msg,
const std::string &file,
unsigned int line) :
46 virtual void dump(std::ostream &strm)
const
48 strm <<
"NgapError::dump - (" << (
void *)
this <<
")" << std::endl;
51 BESIndent::UnIndent();
virtual void dump(std::ostream &strm) const
Displays debug information about this object.
exception thrown if internal error encountered
virtual void dump(std::ostream &strm) const
Displays debug information about this object.