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

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

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

Public Member Functions

 FindFilesError (const FindFilesError &e)
 Copy constructor. More...
 
 FindFilesError (const char *reason="FindFiles error")
 Normal constructor. More...
 
virtual ~FindFilesError ()
 Destructor. More...
 
const char * what () const throw ()
 Override the "what" of the standard class.
 

Detailed Description

Exception to be thrown by FindFiles when an error occurs.

Constructor & Destructor Documentation

◆ FindFilesError() [1/2]

dueca::FindFilesError::FindFilesError ( const FindFilesError e)

Copy constructor.

Parameters
eOriginal exception.

◆ FindFilesError() [2/2]

dueca::FindFilesError::FindFilesError ( const char *  reason = "FindFiles error")

Normal constructor.

Parameters
reasonString explaining the why.

◆ ~FindFilesError()

virtual dueca::FindFilesError::~FindFilesError ( )
virtual

Destructor.


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