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

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

#include <FindFiles.hxx>

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.
 
 FindFilesError (const char *reason="FindFiles error")
 Normal constructor.
 
virtual ~FindFilesError ()
 Destructor.
 
const charwhat () 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.

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