UnsupportedImageConversionException Class Reference

#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
 

Detailed Description

Definition at line 31 of file UnsupportedImageConversionException.h.

Constructor & Destructor Documentation

◆ UnsupportedImageConversionException()

UnsupportedImageConversionException ( std::string  sourceTypeName,
std::string  destinationTypeName 
)
inline

Definition at line 37 of file UnsupportedImageConversionException.h.

◆ ~UnsupportedImageConversionException()

~UnsupportedImageConversionException ( )
inlineoverridenoexcept

Definition at line 41 of file UnsupportedImageConversionException.h.

Member Function Documentation

◆ ice_name()

virtual std::string ice_name ( ) const
inlinevirtual

Definition at line 43 of file UnsupportedImageConversionException.h.

Member Data Documentation

◆ destinationTypeName

std::string destinationTypeName

Definition at line 35 of file UnsupportedImageConversionException.h.

◆ sourceTypeName

std::string sourceTypeName

Definition at line 34 of file UnsupportedImageConversionException.h.


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