Class XmlPullParserException

    • Field Detail

      • detail

        protected Throwable detail
        Deprecated.
        use generic getCause() method
      • row

        protected int row
      • column

        protected int column
    • Constructor Detail

      • XmlPullParserException

        public XmlPullParserException​(String s)
    • Method Detail

      • getDetail

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

        public int getLineNumber()
      • getColumnNumber

        public int getColumnNumber()