#include <HtmlConverterInternalProgrammerErrorException.h>
Public Member Functions | |
HtmlConverterException (const char *const msg="Unknown exception") | |
By default have an unknown exception string. | |
virtual const char * | what () const throw () |
Send the const char of the string as the message of what happened. | |
Private Attributes | |
std::string | m_msg |
String to hold the message of what went wrong. |
|
By default have an unknown exception string.
|
|
Send the const char of the string as the message of what happened.
|
|
String to hold the message of what went wrong.
|