|
DUECA/DUSIME
|
Exception to be thrown by FindFiles when an error occurs. More...


Public Member Functions | |
| FindFilesError (const FindFilesError &e) | |
| Copy constructor. More... | |
| FindFilesError (const char *reason="FindFiles error") | |
| Normal constructor. More... | |
| virtual | ~FindFilesError () |
| Destructor. | |
| const char * | what () const throw () |
| Override the "what" of the standard class. | |
| dueca::FindFilesError::FindFilesError | ( | const FindFilesError & | e | ) |
Copy constructor.
| e | Original exception. |
| dueca::FindFilesError::FindFilesError | ( | const char * | reason = "FindFiles error" | ) |
Normal constructor.
| reason | String explaining the why. |