#include "exception.h"
Public Member Functions | |
InvalidImageException (const std::string &msg) | |
InvalidImageException (const Exception &previous_exception, const std::string &msg) | |
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 115 of file exception.h.
|
inline |
Definition at line 117 of file exception.h.
|
inline |
Definition at line 118 of file exception.h.