Image Component Library (ICL)
Public Member Functions | List of all members
icl::utils::InvalidFormatException Class Reference

Exception thrown if a function should process an unsupported image format. More...

#include <Exception.h>

Inheritance diagram for icl::utils::InvalidFormatException:
icl::utils::ICLException

Public Member Functions

 InvalidFormatException (const std::string &functionName) throw ()
 
virtual ~InvalidFormatException () throw ()
 
- Public Member Functions inherited from icl::utils::ICLException
 ICLException (const std::string &msg) throw ()
 
ICLUtils_API void report ()
 

Detailed Description

Exception thrown if a function should process an unsupported image format.

Constructor & Destructor Documentation

◆ InvalidFormatException()

icl::utils::InvalidFormatException::InvalidFormatException ( const std::string &  functionName)
throw (
)
inline

◆ ~InvalidFormatException()

virtual icl::utils::InvalidFormatException::~InvalidFormatException ( )
throw (
)
inlinevirtual

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