org.xmlpull.v1
Class XmlPullParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xmlpull.v1.XmlPullParserException
All Implemented Interfaces:
Serializable

public class XmlPullParserException
extends Exception

This exception is thrown to signal XML Pull Parser related faults.

Author:
Aleksander Slominski
See Also:
Serialized Form

Constructor Summary
XmlPullParserException(String s)
           
XmlPullParserException(String msg, XmlPullParser parser, Throwable chain)
           
 
Method Summary
 int getColumnNumber()
           
 Throwable getDetail()
           
 int getLineNumber()
           
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlPullParserException

public XmlPullParserException(String s)

XmlPullParserException

public XmlPullParserException(String msg,
                              XmlPullParser parser,
                              Throwable chain)
Method Detail

getDetail

public Throwable getDetail()

getLineNumber

public int getLineNumber()

getColumnNumber

public int getColumnNumber()

printStackTrace

public void printStackTrace()


Copyright (c) 2006 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.