Image Component Library (ICL)
|
Exception thrown if a string is parsed into a specific type (or something) More...
#include <Exception.h>
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 () |
Exception thrown if a string is parsed into a specific type (or something)
|
inline |
|
inline |
|
inlinevirtual |