#include <Exceptions.h>
Inheritance diagram for rebecca::impl::InitializationException:
Public Member Functions | |
virtual const char * | what () const throw () |
Get the message or jist of what occurred when the exception was thrown. | |
virtual | ~InitializationException () |
Default Empty virtual destructor. |
Usually this exception will be thrown if the XML parsing engine inside of RebeccaAIML cannot be started correctly or another RebeccaAIML subinitialization cannot be started.
|
Default Empty virtual destructor.
|
|
Get the message or jist of what occurred when the exception was thrown. By default, if a sub class does not override this method and throw a custom message, this will return "unknown exception" message.
|