#include "exception.h"
Public Member Functions | |
| CancelException () | |
Public Member Functions inherited from MR::Exception | |
| Exception () | |
| Exception (const std::string &msg) | |
| Exception (const Exception &previous_exception, const std::string &msg) | |
| void | display (int log_level=0) const |
| size_t | num () const |
| const std::string & | operator[] (size_t n) const |
| void | push_back (const std::string &s) |
| void | push_back (const Exception &e) |
Additional Inherited Members | |
Public Attributes inherited from MR::Exception | |
| vector< std::string > | description |
Static Public Attributes inherited from MR::Exception | |
| static void(* | display_func )(const Exception &E, int log_level) |
Definition at line 123 of file exception.h.
|
inline |
Definition at line 125 of file exception.h.