#include <assert_util.h>

Public Member Functions | |
| virtual void | appendPrefix (stringstream &ss) const |
| virtual bool | isUserAssertion () |
| virtual bool | severe () |
| UserException (int c, const string &m) | |
Definition at line 103 of file assert_util.h.
| mongo::UserException::UserException | ( | int | c, | |
| const string & | m | |||
| ) | [inline] |
Definition at line 105 of file assert_util.h.
| virtual void mongo::UserException::appendPrefix | ( | stringstream & | ss | ) | const [inline, virtual] |
Reimplemented from mongo::DBException.
Definition at line 109 of file assert_util.h.
| virtual bool mongo::UserException::isUserAssertion | ( | ) | [inline, virtual] |
Reimplemented from mongo::AssertionException.
Definition at line 108 of file assert_util.h.
| virtual bool mongo::UserException::severe | ( | ) | [inline, virtual] |
Reimplemented from mongo::AssertionException.
Definition at line 107 of file assert_util.h.