Class XmlPullParserException

  • All Implemented Interfaces:
    Serializable

    public class XmlPullParserException
    extends Exception
    This exception is thrown to signal XML Pull Parser related faults.
    See Also:
    Serialized Form
    • Field Detail

      • row

        protected int row
      • column

        protected int column
    • Constructor Detail

      • XmlPullParserException

        public XmlPullParserException​(String s)
    • Method Detail

      • getLineNumber

        public int getLineNumber()
      • getColumnNumber

        public int getColumnNumber()
      • printStackTrace

        public void printStackTrace()
        Description copied from class: Throwable
        Writes a printable representation of this Throwable's stack trace to the System.err stream.
        Overrides:
        printStackTrace in class Throwable