Class XmlPullParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmlPullParserException
    extends java.lang.Exception
    This exception is thrown to signal XML Pull Parser related faults.
    Author:
    Aleksander Slominski
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int column  
      protected int row  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumnNumber()  
      int getLineNumber()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • row

        protected int row
      • column

        protected int column
    • Constructor Detail

      • XmlPullParserException

        public XmlPullParserException​(java.lang.String s)
      • XmlPullParserException

        public XmlPullParserException​(java.lang.String msg,
                                      XmlPullParser parser,
                                      java.lang.Throwable chain)
    • Method Detail

      • getLineNumber

        public int getLineNumber()
      • getColumnNumber

        public int getColumnNumber()