HtmlConverterProgrammerErrorException Class Reference

The custom InternalProgrammerErrorException to throw when the error is so grave the entire AIML engine has be shut down. More...

#include <HtmlConverterInternalProgrammerErrorException.h>

List of all members.

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< Exceptionm_exception
 Our internal generic exception.


Detailed Description

The custom InternalProgrammerErrorException to throw when the error is so grave the entire AIML engine has be shut down.


Constructor & Destructor Documentation

HtmlConverterProgrammerErrorException  )  [inline]
 

Initialize the shared_ptr of the exception with the default message of HtmlConverterException.

HtmlConverterProgrammerErrorException const char *const   e  )  [inline]
 

Initialize the shared_ptr of the exception with our message of what went wrong.

Parameters:
e The message of what went wrong


Member Function Documentation

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

Send the message of what went wrong.


Member Data Documentation

shared_ptr<Exception> m_exception [private]
 

Our internal generic exception.


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