DUECA/DUSIME
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dueca::UniqueFileError Class Reference

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

#include <UniqueFile.hxx>

Inheritance diagram for dueca::UniqueFileError:
Inheritance graph
[legend]
Collaboration diagram for dueca::UniqueFileError:
Collaboration graph
[legend]

Public Member Functions

 UniqueFileError (const UniqueFileError &e)
 Copy constructor.
 
 UniqueFileError (const char *reason="UniqueFile error")
 Normal constructor.
 
virtual ~UniqueFileError () throw ()
 Destructor.
 
const charwhat () 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: