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

Exception thrown if a string is parsed into a specific type (or something) More...

#include <Exception.h>

Inheritance diagram for icl::utils::ParseException:
icl::utils::ICLException

Public Member Functions

 ParseException (const std::string &whatToParse) throw ()
 
 ParseException (const std::string &function, const std::string &line, const std::string &hint="") throw ()
 
virtual ~ParseException () 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 string is parsed into a specific type (or something)

Constructor & Destructor Documentation

◆ ParseException() [1/2]

icl::utils::ParseException::ParseException ( const std::string &  whatToParse)
throw (
)
inline

◆ ParseException() [2/2]

icl::utils::ParseException::ParseException ( const std::string &  function,
const std::string &  line,
const std::string &  hint = "" 
)
throw (
)
inline

◆ ~ParseException()

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

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