Elements  5.8
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 39 of file DataSynchronizer.h.

Constructor & Destructor Documentation

virtual ElementsServices::DataSync::DownloadFailed::~DownloadFailed ( )
virtualdefault
ElementsServices::DataSync::DownloadFailed::DownloadFailed ( path  distantFile,
path  localFile 
)
inline

Definition at line 42 of file DataSynchronizer.h.


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