Searched refs:SAXException (Results 1 – 12 of 12) sorted by relevance
/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/ |
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, IOException { in testLoadInternationalFormatExpectsOnlyOnePattern() [all …]
|
/third_party/python/Lib/xml/sax/ |
D | _exceptions.py | 9 class SAXException(Exception): class 46 class SAXParseException(SAXException): 61 SAXException.__init__(self, msg, exception) 105 class SAXNotRecognizedException(SAXException): 115 class SAXNotSupportedException(SAXException):
|
D | __init__.py | 24 from ._exceptions import SAXException, SAXNotRecognizedException, \
|
/third_party/python/Doc/library/ |
D | xml.sax.rst | 99 .. exception:: SAXException(msg, exception=None) 118 Subclass of :exc:`SAXException` raised on parse errors. Instances of this 123 :class:`SAXException` interface. 128 Subclass of :exc:`SAXException` raised when a SAX 136 Subclass of :exc:`SAXException` raised when a SAX 162 SAXException Objects 165 The :class:`SAXException` exception class supports the following methods: 168 .. method:: SAXException.getMessage() 173 .. method:: SAXException.getException()
|
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
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/ |
D | StableAPI.java | 49 import org.xml.sax.SAXException; 136 …c void main(String[] args) throws TransformerException, ParserConfigurationException, SAXException, in main() 144 SAXException, IOException { in run() 802 throws TransformerException, ParserConfigurationException, SAXException, IOException { in reportSelectedFun() 823 … throws TransformerException, ParserConfigurationException, XPathExpressionException, SAXException, in getFullList() 1014 …ic Document getDocument(File file) throws ParserConfigurationException, SAXException, IOException { in getDocument()
|
/third_party/libxml2/python/ |
D | drv_libxml2.py | 184 SAXException("Read failed (no details available)")) 305 raise SAXException("Unexpected node type %d" % nodeType)
|
/third_party/python/Lib/test/ |
D | test_sax.py | 5 SAXException, SAXReaderNotAvailable, SAXParseException 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/ |
D | JacocoReportCheck.java | 33 import org.xml.sax.SAXException; 283 } catch (SAXException e) { in parseReport()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
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/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBxliffImporter.java | 62 catch (SAXException e) { in beginImport()
|
D | RBReporterScanner.java | 42 } catch (SAXException saxe) { in RBReporterScanner()
|