#include <assert_util.h>

Public Member Functions | |
| virtual void | appendPrefix (stringstream &ss) const |
| MsgAssertionException (int c, const string &m) | |
| MsgAssertionException (const ExceptionInfo &ei) | |
| virtual bool | severe () |
Definition at line 112 of file assert_util.h.
| mongo::MsgAssertionException::MsgAssertionException | ( | const ExceptionInfo & | ei | ) | [inline] |
Definition at line 114 of file assert_util.h.
| mongo::MsgAssertionException::MsgAssertionException | ( | int | c, | |
| const string & | m | |||
| ) | [inline] |
Definition at line 115 of file assert_util.h.
| virtual void mongo::MsgAssertionException::appendPrefix | ( | stringstream & | ss | ) | const [inline, virtual] |
Reimplemented from mongo::DBException.
Definition at line 117 of file assert_util.h.
| virtual bool mongo::MsgAssertionException::severe | ( | ) | [inline, virtual] |
Reimplemented from mongo::AssertionException.
Definition at line 116 of file assert_util.h.