#include <Exception.h>
Inheritance diagram for MFUtil::Exception:
Public Methods | |
Exception (const std::string &p_comment, const std::string &p_stack="") | |
virtual | ~Exception () |
void | addComment (const std::string &p_comment) |
std::string | getComment (void) const |
void | addStack (const std::string &p_stack) |
std::string | getStack (void) const |
std::string | getInfo (void) const |
|
Constructor.
|
|
Destructor. |
|
Add a comment to the comment stack. |
|
Add text to the calling stack. |
|
Return the text relative to the comment stack. |
|
Return the comment stack followed by the calling stack. |
|
Return the text relative to the calling stack. |