25 #ifndef _FIREVISION_FVUTILS_IPC_SHM_EXCEPTIONS_H_
26 #define _FIREVISION_FVUTILS_IPC_SHM_EXCEPTIONS_H_
28 #include <core/exception.h>
30 namespace firevision {
Base class for exceptions in Fawkes.
Exception() noexcept
Constructor for subclasses.
Throw if an inconsistent image was found.
InconsistentImageException(const char *msg)
Constructor.
Throw if an inconsistent LUT was found.
InconsistentLUTException(const char *msg)
Constructor.
Fawkes library namespace.