Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
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

List of all members.

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 ()

Detailed Description

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


Constructor & Destructor Documentation

icl::utils::ParseException::ParseException ( const std::string &  whatToParse) throw () [inline]
icl::utils::ParseException::ParseException ( const std::string &  function,
const std::string &  line,
const std::string &  hint = "" 
) throw () [inline]
virtual icl::utils::ParseException::~ParseException ( ) throw () [inline, virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines