Elements 6.3.3
A C++ base framework for the Euclid Software.
Loading...
Searching...
No Matches
Elements::Services::DataSync::DownloadFailed Class Reference

An exception raised when downloading fails. More...

#include <DataSynchronizer.h>

Inheritance diagram for Elements::Services::DataSync::DownloadFailed:
Collaboration diagram for Elements::Services::DataSync::DownloadFailed:

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)
Public Member Functions inherited from std::exception
what (T... args)
~exception (T... args)
operator= (T... args)
exception (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.

References std::runtime_error::runtime_error().

Here is the call graph for this function:

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