DUECA/DUSIME
|
Exception to be thrown by FindFiles when an error occurs. More...
#include <FindFiles.hxx>
Public Member Functions | |
FindFilesError (const FindFilesError &e) | |
Copy constructor. | |
FindFilesError (const char *reason="FindFiles error") | |
Normal constructor. | |
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. |
Normal constructor.
reason | String explaining the why. |