|
|
#include <VisionX/tools/exceptions/local/UnsupportedImageConversionException.h>
Inheritance diagram for UnsupportedImageConversionException:Public Member Functions | |
| virtual std::string | ice_name () const |
| UnsupportedImageConversionException (std::string sourceTypeName, std::string destinationTypeName) | |
| ~UnsupportedImageConversionException () noexcept override | |
Public Attributes | |
| std::string | destinationTypeName |
| std::string | sourceTypeName |
Definition at line 31 of file UnsupportedImageConversionException.h.
|
inline |
Definition at line 37 of file UnsupportedImageConversionException.h.
|
inlineoverridenoexcept |
Definition at line 46 of file UnsupportedImageConversionException.h.
|
inlinevirtual |
Definition at line 51 of file UnsupportedImageConversionException.h.
| std::string destinationTypeName |
Definition at line 35 of file UnsupportedImageConversionException.h.
| std::string sourceTypeName |
Definition at line 34 of file UnsupportedImageConversionException.h.