Home | History | Annotate | Download | only in sax

Lines Matching refs:SAXParseException

4 // $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 {
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 with an embedded exception.
149 public SAXParseException (String message, String publicId, String systemId,
271 // end of SAXParseException.java