#include <HtmlConverterInternalProgrammerErrorException.h>
Public Member Functions | |
| HtmlConverterProgrammerErrorException (const char *const e) | |
| Initialize the shared_ptr of the exception with our message of what went wrong. | |
| HtmlConverterProgrammerErrorException () | |
| Initialize the shared_ptr of the exception with the default message of HtmlConverterException. | |
| virtual const char * | what () const throw () |
| Send the message of what went wrong. | |
Private Attributes | |
| shared_ptr< Exception > | m_exception |
| Our internal generic exception. | |
|
|
Initialize the shared_ptr of the exception with the default message of HtmlConverterException.
|
|
|
Initialize the shared_ptr of the exception with our message of what went wrong.
|
|
|
Send the message of what went wrong.
|
|
|
Our internal generic exception.
|
1.4.5