DUECA/DUSIME
Loading...
Searching...
No Matches
dueca::UniqueFileError Class Reference

Exception to be thrown by UniqueFile when an error occurs. More...

#include <UniqueFile.hxx>

Inheritance diagram for dueca::UniqueFileError:
Collaboration diagram for dueca::UniqueFileError:

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.
 

Detailed Description

Exception to be thrown by UniqueFile when an error occurs.

Constructor & Destructor Documentation

◆ UniqueFileError() [1/2]

dueca::UniqueFileError::UniqueFileError ( const UniqueFileError & e)

Copy constructor.

Parameters
eOriginal exception.

◆ UniqueFileError() [2/2]

dueca::UniqueFileError::UniqueFileError ( const char * reason = "UniqueFile error")

Normal constructor.

Parameters
reasonString explaining the why.

The documentation for this class was generated from the following file: