44 utils::ICLException(std::string(
"Syntax Error while parsing:\n\"")+guidef+
"\"\n("+problem+
")\n") {}
undocument this line if you encounter any issues!
Definition: Any.h:37
virtual ~GUISyntaxErrorException()
Definition: GUISyntaxErrorException.h:45
GUISyntaxErrorException(const std::string &guidef, const std::string &problem)
Definition: GUISyntaxErrorException.h:43
Internally used and caught exception class for the GUI API.
Definition: GUISyntaxErrorException.h:41
Base class for Exception handling in the ICL.
Definition: Exception.h:42