Searched defs:read_wkt_exception (Results 1 – 1 of 1) sorted by relevance
68 struct read_wkt_exception : public geometry::exception struct71 read_wkt_exception(std::string const& msg, in read_wkt_exception() function87 read_wkt_exception(std::string const& msg, std::string const& wkt) in read_wkt_exception() argument94 virtual ~read_wkt_exception() throw() {} in ~read_wkt_exception()96 virtual const char* what() const throw() in what()101 std::string source;102 std::string message;103 std::string wkt;104 std::string complete;