Searched refs:SAXException (Results 1 - 10 of 10) sorted by relevance
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataFromXmlTest.java | 34 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.py | 9 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__.py | 24 from ._exceptions import SAXException, SAXNotRecognizedException, \ 26 SAXReaderNotAvailable global() namespace
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
H A D | CurrencyDataParser.java | 22 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 D | StableAPI.java | 49 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 D | XLIFF2ICUConverter.java | 32 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 D | test_sax.py | 5 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 D | JacocoReportCheck.java | 33 import org.xml.sax.SAXException; 283 } catch (SAXException e) { in parseReport()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBReporterScanner.java | 42 } catch (SAXException saxe) { in RBReporterScanner()
|
H A D | RBxliffImporter.java | 62 catch (SAXException e) { in beginImport()
|
Completed in 10 milliseconds