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

/openjdk7/jaxp/src/org/xml/sax/
H A DSAXParseException.java29 // $Id: SAXParseException.java,v 1.2 2004/11/03 22:55:32 jsuttor Exp $
46 * will receive a SAXParseException as the argument to the handlers
62 public class SAXParseException extends SAXException { class in inherits:SAXException
71 * Create a new SAXParseException from a message and a Locator.
82 public SAXParseException (String message, Locator locator) { method in class:SAXParseException
94 * Wrap an existing exception in a SAXParseException.
108 public SAXParseException (String message, Locator locator, method in class:SAXParseException
121 * Create a new SAXParseException.
141 public SAXParseException (String message, String publicId, String systemId, method in class:SAXParseException
150 * Create a new SAXParseException wit
173 public SAXParseException (String message, String publicId, String systemId, method in class:SAXParseException
[all...]

Completed in 36 milliseconds