HomeSort by relevance Sort by last modified time
    Searched defs:SAXException (Results 1 - 25 of 25) sorted by null

  /libcore/luni/src/main/java/org/xml/sax/
SAXException.java 4 // $Id: SAXException.java,v 1.7 2002/01/30 21:13:48 dbrownell Exp $
25 * exceptions, it must wrap those exceptions in a SAXException
26 * or an exception derived from a SAXException.</p>
37 public class SAXException extends Exception {
41 * Create a new SAXException.
43 public SAXException ()
50 * Create a new SAXException.
54 public SAXException (String message) {
61 * Create a new SAXException wrapping an existing exception.
65 * the SAXException.</p
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
_exceptions.py 7 # ===== SAXEXCEPTION =====
9 class SAXException(Exception):
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):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
_exceptions.py 7 # ===== SAXEXCEPTION =====
9 class SAXException(Exception):
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):
  /external/python/cpython2/Lib/xml/sax/
_exceptions.py 7 # ===== SAXEXCEPTION =====
9 class SAXException(Exception):
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):
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
_exceptions.py 7 # ===== SAXEXCEPTION =====
9 class SAXException(Exception):
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):
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
_exceptions.py 7 # ===== SAXEXCEPTION =====
9 class SAXException(Exception):
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):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 7 # ===== SAXEXCEPTION =====
9 class SAXException(Exception):
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):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 7 # ===== SAXEXCEPTION =====
9 class SAXException(Exception):
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):
  /tools/tradefederation/core/src/com/android/tradefed/config/
ConfigurationXmlParser.java 21 import org.xml.sax.SAXException;
97 throws SAXException {
101 throw new SAXException(new ConfigurationException(
106 throw new SAXException(new ConfigurationException(String.format("<object> "
112 throw new SAXException(new ConfigurationException(
118 throw new SAXException(
122 throw new SAXException(new ConfigurationException(String.format("device name "
127 throw new SAXException(new ConfigurationException(String.format("device name "
155 throw new SAXException(new ConfigurationException(
220 throw new SAXException(e)
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 837 milliseconds