Elements  6.2
A C++ base framework for the Euclid Software.
Public Member Functions | List of all members
Elements::Services::DataSync::DownloadFailed Class Reference

An exception raised when downloading fails. More...

#include <DataSynchronizer.h>

Inheritance diagram for Elements::Services::DataSync::DownloadFailed:
Inheritance graph
[legend]
Collaboration diagram for Elements::Services::DataSync::DownloadFailed:
Collaboration graph
[legend]

Public Member Functions

virtual ~DownloadFailed ()=default
 
 DownloadFailed (path distantFile, path localFile)
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 

Detailed Description

An exception raised when downloading fails.

Definition at line 46 of file DataSynchronizer.h.

Constructor & Destructor Documentation

◆ ~DownloadFailed()

virtual Elements::Services::DataSync::DownloadFailed::~DownloadFailed ( )
virtualdefault

◆ DownloadFailed()

Elements::Services::DataSync::DownloadFailed::DownloadFailed ( path  distantFile,
path  localFile 
)
inline

Definition at line 49 of file DataSynchronizer.h.


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