#include <Exceptions.h>
Inheritance diagram for rebecca::impl::FileNotFoundException:

Public Member Functions | |
| virtual const char * | what () const throw () |
| Get the message or jist of what occurred when the exception was thrown. | |
| virtual | ~FileNotFoundException () |
| Default Empty virtual destructor. | |
When the user indicates that indeed a file 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.
|
1.4.5