Searched refs:raiseError (Results 1 – 3 of 3) sorted by relevance
94 … m_reader->raiseError("Expected a root element named \"CalculateRoute\" (no root element found)."); in parseRootElement()107 …m_reader->raiseError(QString("The root element is expected to have the name \"CalculateRoute\" or … in parseRootElement()115 …m_reader->raiseError(QString("Expected a element named \"Response\" (element was named \"%1\").").… in parseRootElement()366 m_reader->raiseError(QString("Unsupported travel mode '\"%1\"'").arg(value)); in parseMode()439 … m_reader->raiseError("The element \"Maneuver\" did not have the required attribute \"id\"."); in parseManeuver()556 …m_reader->raiseError(QString("Each of the space separated values of \"%1\" is expected to be a com… in parseGeoPoints()565 …m_reader->raiseError(QString("The latitude portions of \"%1\" are expected to have a value convert… in parseGeoPoints()573 …m_reader->raiseError(QString("The longitude portions of \"%1\" are expected to have a value conver… in parseGeoPoints()
216 def raiseError(self, msg): member in ListTableBuilder228 self.raiseError(346 self.raiseError(
134 raiseError(QObject::tr("The file is not an XBEL version 1.0 file.")); in read()