Searched refs:clipperException (Results 1 – 3 of 3) sorted by relevance
93 catch(QtClipperLib::clipperException &e) in addClipPolygon()105 catch(QtClipperLib::clipperException &e) in addSubjectPath()169 catch(QtClipperLib::clipperException &e) in execute()245 catch(QtClipperLib::clipperException &e) in mergePolysToPolyTree()
389 class clipperException : public std::exception392 clipperException(const char* description): m_descr(description) {} in clipperException() function393 virtual ~clipperException() throw() {} in ~clipperException()
901 throw clipperException("Coordinate outside allowed range"); in RangeTest()1049 throw clipperException("AddPath: Open paths must be subject."); in AddPath()1052 throw clipperException("AddPath: Open paths have been disabled."); in AddPath()1445 throw clipperException("UpdateEdgeIntoAEL: invalid call"); in UpdateEdgeIntoAEL()1513 throw clipperException("Error: PolyTree struct is needed for open path clipping."); in Execute()2837 throw clipperException("ProcessIntersections error"); in ProcessIntersections()3001 else throw clipperException("DoMaxima error"); in DoMaxima()