DUECA/DUSIME
|
Exception to be thrown by UniqueFile when an error occurs. More...
#include <UniqueFile.hxx>
Public Member Functions | |
UniqueFileError (const UniqueFileError &e) | |
Copy constructor. | |
UniqueFileError (const char *reason="UniqueFile error") | |
Normal constructor. | |
virtual | ~UniqueFileError () throw () |
Destructor. | |
const char * | what () const throw () |
Override the "what" of the standard class. | |
Exception to be thrown by UniqueFile when an error occurs.
dueca::UniqueFileError::UniqueFileError | ( | const UniqueFileError & | e | ) |
Copy constructor.
e | Original exception. |
Normal constructor.
reason | String explaining the why. |