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

Exception thrown if a file could not be found. More...

#include <Exception.h>

Inheritance diagram for icl::utils::FileNotFoundException:
icl::utils::ICLException

Public Member Functions

 FileNotFoundException (const std::string &sFileName) throw ()
 
virtual ~FileNotFoundException () 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 file could not be found.

Constructor & Destructor Documentation

◆ FileNotFoundException()

icl::utils::FileNotFoundException::FileNotFoundException ( const std::string &  sFileName)
throw (
)
inline

◆ ~FileNotFoundException()

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

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