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

/libcore/luni/src/main/java/org/xml/sax/
H A DSAXException.java4 // $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 { class in inherits:Exception
41 * Create a new SAXException.
43 public SAXException () method in class:SAXException
50 * Create a new SAXException.
54 public SAXException (String message) { method in class:SAXException
61 * Create a new SAXException wrapping an existing exception.
65 * the SAXException
69 public SAXException (Exception e) method in class:SAXException
84 public SAXException (String message, Exception e) method in class:SAXException
[all...]

Completed in 54 milliseconds