|
#include <VisionX/tools/exceptions/local/UnsupportedImageTypeException.h>
Public Member Functions | |
virtual std::string | ice_name () const |
UnsupportedImageTypeException (std::string imageTypeName) | |
~UnsupportedImageTypeException () noexcept override | |
Public Attributes | |
std::string | imageTypeName |
Definition at line 31 of file UnsupportedImageTypeException.h.
|
inline |
Definition at line 36 of file UnsupportedImageTypeException.h.
|
inlineoverridenoexcept |
Definition at line 40 of file UnsupportedImageTypeException.h.
|
inlinevirtual |
Definition at line 42 of file UnsupportedImageTypeException.h.
std::string imageTypeName |
Definition at line 34 of file UnsupportedImageTypeException.h.