Searched defs:SAXParseException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/
H A DSAXParseException.java4 // $Id: SAXParseException.java,v 1.11 2004/04/21 13:05:02 dmegginson Exp $
21 * will receive a SAXParseException as the argument to the handlers
37 public class SAXParseException extends SAXException { class in inherits:SAXException
47 * Create a new SAXParseException from a message and a Locator.
58 public SAXParseException (String message, Locator locator) {
70 * Wrap an existing exception in a SAXParseException.
84 public SAXParseException (String message, Locator locator,
97 * Create a new SAXParseException.
117 public SAXParseException (String message, String publicId, String systemId,
126 * Create a new SAXParseException wit
57 public SAXParseException (String message, Locator locator) { method in class:SAXParseException
83 public SAXParseException (String message, Locator locator, method in class:SAXParseException
116 public SAXParseException (String message, String publicId, String systemId, method in class:SAXParseException
148 public SAXParseException (String message, String publicId, String systemId, method in class:SAXParseException
[all...]

Completed in 74 milliseconds