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

Exception thrown if a function should process an unsupported sizes (e.g. with negative dim..) More...

#include <Exception.h>

Inheritance diagram for icl::utils::InvalidSizeException:
icl::utils::ICLException

Public Member Functions

 InvalidSizeException (const std::string &functionName) throw ()
 
virtual ~InvalidSizeException () 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 sizes (e.g. with negative dim..)

Constructor & Destructor Documentation

◆ InvalidSizeException()

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

◆ ~InvalidSizeException()

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

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