HtmlConverterException Class Reference

The custom generic exception for use by the HtmlConverterProgrammerErrorException internally. More...

#include <HtmlConverterInternalProgrammerErrorException.h>

List of all members.

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.


Detailed Description

The custom generic exception for use by the HtmlConverterProgrammerErrorException internally.


Constructor & Destructor Documentation

HtmlConverterException const char *const   msg = "Unknown exception"  )  [inline]
 

By default have an unknown exception string.

Parameters:
msg The message of what went wrong


Member Function Documentation

virtual const char* what  )  const throw () [inline, virtual]
 

Send the const char of the string as the message of what happened.


Member Data Documentation

std::string m_msg [private]
 

String to hold the message of what went wrong.


The documentation for this class was generated from the following file:
Generated on Thu Sep 7 22:05:52 2006 for RebeccaAIML by  doxygen 1.4.5