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

An exception raised when downloading fails. More...

#include <DataSynchronizer.h>

Inheritance diagram for ElementsServices::DataSync::DownloadFailed:
[legend]
Collaboration diagram for ElementsServices::DataSync::DownloadFailed:
[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)
 
- 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 45 of file DataSynchronizer.h.

Constructor & Destructor Documentation

◆ ~DownloadFailed()

virtual ElementsServices::DataSync::DownloadFailed::~DownloadFailed ( )
virtualdefault

◆ DownloadFailed()

ElementsServices::DataSync::DownloadFailed::DownloadFailed ( path  distantFile,
path  localFile 
)
inline

Definition at line 48 of file DataSynchronizer.h.


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