Home
last modified time | relevance | path

Searched refs:SAXException (Results 1 – 12 of 12) sorted by relevance

/third_party/libphonenumber/tools/java/common/test/com/google/i18n/phonenumbers/
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, IOException { in testLoadInternationalFormatExpectsOnlyOnePattern()
[all …]
/third_party/python/Lib/xml/sax/
D_exceptions.py9 class SAXException(Exception): class
46 class SAXParseException(SAXException):
61 SAXException.__init__(self, msg, exception)
105 class SAXNotRecognizedException(SAXException):
115 class SAXNotSupportedException(SAXException):
D__init__.py24 from ._exceptions import SAXException, SAXNotRecognizedException, \
/third_party/python/Doc/library/
Dxml.sax.rst99 .. 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/
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/
DStableAPI.java49 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/
Ddrv_libxml2.py184 SAXException("Read failed (no details available)"))
305 raise SAXException("Unexpected node type %d" % nodeType)
/third_party/python/Lib/test/
Dtest_sax.py5 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/
DJacocoReportCheck.java33 import org.xml.sax.SAXException;
283 } catch (SAXException e) { in parseReport()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
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/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffImporter.java62 catch (SAXException e) { in beginImport()
DRBReporterScanner.java42 } catch (SAXException saxe) { in RBReporterScanner()