DUECA/DUSIME
Public Member Functions | List of all members
dueca::UniqueFileError Class Reference

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

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

◆ ~UniqueFileError()

virtual dueca::UniqueFileError::~UniqueFileError ( )
throw (
)
virtual

Destructor.


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