Class XmlPullParserException

    • Field Detail

      • row

        protected int row
      • column

        protected int column
    • Constructor Detail

      • XmlPullParserException

        public XmlPullParserException​(String s)
    • Method Detail

      • getDetail

        @Deprecated
        public Throwable getDetail()
        Deprecated.
        Use the generic getCause() method
        Returns:
        the cause
      • getLineNumber

        public int getLineNumber()
      • getColumnNumber

        public int getColumnNumber()