#include <Exceptions.h>
Inheritance diagram for rebecca::impl::DirectoryNotFoundException:
Public Member Functions | |
virtual const char * | what () const throw () |
Get the message or jist of what occurred when the exception was thrown. | |
virtual | ~DirectoryNotFoundException () |
Default Empty virtual destructor. |
When the user indicates that indeed a directory does exist at their specified location but it does not, this exception will be thrown.
|
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.
|