XmlPullException

package org.xmlpull.v1;

public class XmlPullParserException extends Exception {

    public XmlPullParserException(String message);
    public XmlPullParserException(String message, Throwable throwble) ;
    public XmlPullParserException(String message, int row, int column);
    public XmlPullParserException(String message, XmlPullParser parser, Throwable chain);

    public Throwable getDetail();
    public void printStackTrace();

}

Previous | Next | Top | Cafe con Leche

Copyright 2000-2002 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified September 10, 2002