HomeSort by relevance Sort by last modified time
    Searched defs:SAXException (Results 1 - 5 of 5) 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 ()
51 * Create a new SAXException.
55 public SAXException (String message) {
62 * Create a new SAXException wrapping an existing exception.
66 * the SAXException.</p
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
GDataParser.java 22 import org.xml.sax.SAXException;
77 public void startElement(String uri, String localName, String qName, Attributes attrs) throws SAXException {
84 throw new SAXException();
102 public void endElement(String uri, String localName, String qName) throws SAXException {
110 throw new SAXException();
139 public void characters(char[] ch, int start, int length) throws SAXException {
143 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException {
147 public void processingInstruction(String target, String data) throws SAXException {
155 public void skippedEntity(String name) throws SAXException {
159 public void startDocument() throws SAXException {
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 52 milliseconds