Home
last modified time | relevance | path

Searched refs:SAXException (Results 1 - 10 of 10) sorted by relevance

/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
H A DBuildMetadataFromXmlTest.java34 import org.xml.sax.SAXException;
45 throws ParserConfigurationException, SAXException, IOException { in parseXmlString()
105 throws ParserConfigurationException, SAXException, IOException { in testGetNationalPrefix()
113 throws ParserConfigurationException, SAXException, IOException { in testLoadTerritoryTagMetadata()
137 throws ParserConfigurationException, SAXException, IOException { in testLoadTerritoryTagMetadataSetsBooleanFieldsToFalseByDefault()
147 throws ParserConfigurationException, SAXException, IOException { in testLoadTerritoryTagMetadataSetsNationalPrefixForParsingByDefault()
158 throws ParserConfigurationException, SAXException, IOException { in testLoadTerritoryTagMetadataWithRequiredAttributesOnly()
167 throws ParserConfigurationException, SAXException, IOException { in testLoadInternationalFormat()
180 throws ParserConfigurationException, SAXException, IOException { in testLoadInternationalFormatWithBothNationalAndIntlFormatsDefined()
194 throws ParserConfigurationException, SAXException, IOExceptio in testLoadInternationalFormatExpectsOnlyOnePattern()
[all...]
/third_party/python/Lib/xml/sax/
H A D_exceptions.py9 class SAXException(Exception): class
14 receive a SAXException as the argument to the handlers in the
46 class SAXParseException(SAXException):
56 Since this exception is a subclass of SAXException, it inherits
61 SAXException.__init__(self, msg, exception)
105 class SAXNotRecognizedException(SAXException):
115 class SAXNotSupportedException(SAXException):
H A D__init__.py24 from ._exceptions import SAXException, SAXNotRecognizedException, \
26 SAXReaderNotAvailable global() namespace
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/
H A DCurrencyDataParser.java22 import org.xml.sax.SAXException;
42 } catch (SAXException e) { in parse()
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java49 import org.xml.sax.SAXException;
136 public static void main(String[] args) throws TransformerException, ParserConfigurationException, SAXException, in main()
144 SAXException, IOException { in run()
807 throws TransformerException, ParserConfigurationException, SAXException, IOException { in reportSelectedFun()
828 throws TransformerException, ParserConfigurationException, XPathExpressionException, SAXException, in getFullList()
1019 private static Document getDocument(File file) throws ParserConfigurationException, SAXException, IOException { in getDocument()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java32 import org.xml.sax.SAXException;
387 } catch (SAXException e) { in createRB()
402 public void warning(SAXParseException e) throws SAXException { in createRB()
405 public void error(SAXParseException e) throws SAXException { in createRB()
411 public void fatalError(SAXParseException e) throws SAXException { in createRB()
/third_party/python/Lib/test/
H A Dtest_sax.py5 SAXException, SAXReaderNotAvailable, SAXParseException namespace
181 with self.assertRaises(SAXException):
184 with self.assertRaises(SAXException):
187 with self.assertRaises(SAXException):
214 with self.assertRaises(SAXException):
244 with self.assertRaises(SAXException):
1276 except SAXException as e:
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
H A DJacocoReportCheck.java33 import org.xml.sax.SAXException;
283 } catch (SAXException e) { in parseReport()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporterScanner.java42 } catch (SAXException saxe) { in RBReporterScanner()
H A DRBxliffImporter.java62 catch (SAXException e) { in beginImport()

Completed in 10 milliseconds