Implementation of firmware update exceptions. More...
#include <GenICamFwd.h>
#include <Base/GCException.h>
#include <FirmwareUpdate/FirmwareUpdateDll.h>
#include <FirmwareUpdate/FirmwareUpdateLinkage.h>
Go to the source code of this file.
Namespaces | |
GENICAM_NAMESPACE | |
Macros | |
#define | GENFW_DECLARE_EXCEPTION(name) |
Creates an exception with the same functionality as the GenericException but being of different type. More... | |
#define | GENFW_FILE_IO_EXCEPTION GENICAM_NAMESPACE::ExceptionReporter<GENICAM_NAMESPACE::FileIOException>(__FILE__, __LINE__).Report |
Fires a FileIOException. More... | |
#define | GENFW_FILE_NOT_FOUND_EXCEPTION GENICAM_NAMESPACE::ExceptionReporter<GENICAM_NAMESPACE::FileNotFoundException>(__FILE__, __LINE__).Report |
Fires a FileNotFoundException. More... | |
#define | GENFW_FORMAT_EXCEPTION GENICAM_NAMESPACE::ExceptionReporter<GENICAM_NAMESPACE::FormatException>(__FILE__, __LINE__).Report |
Fires a FormatException. More... | |
Functions | |
GENICAM_NAMESPACE::GENFW_DECLARE_EXCEPTION (FileIOException) | |
Exception fired if a file read or a file write operation fails. More... | |
GENICAM_NAMESPACE::GENFW_DECLARE_EXCEPTION (FileNotFoundException) | |
Exception fired if a file is not found. More... | |
GENICAM_NAMESPACE::GENFW_DECLARE_EXCEPTION (FormatException) | |
Exception fired if a type parsed by a method is not of the specified format. More... | |
Implementation of firmware update exceptions.
Definition in file FirmwareUpdateExceptions.h.
#define GENFW_FILE_IO_EXCEPTION GENICAM_NAMESPACE::ExceptionReporter<GENICAM_NAMESPACE::FileIOException>(__FILE__, __LINE__).Report |
Fires a FileIOException.
Definition at line 66 of file FirmwareUpdateExceptions.h.
#define GENFW_FILE_NOT_FOUND_EXCEPTION GENICAM_NAMESPACE::ExceptionReporter<GENICAM_NAMESPACE::FileNotFoundException>(__FILE__, __LINE__).Report |
Fires a FileNotFoundException.
Definition at line 63 of file FirmwareUpdateExceptions.h.
#define GENFW_FORMAT_EXCEPTION GENICAM_NAMESPACE::ExceptionReporter<GENICAM_NAMESPACE::FormatException>(__FILE__, __LINE__).Report |
Fires a FormatException.
Definition at line 69 of file FirmwareUpdateExceptions.h.