Package org.gjt.xpp

Class XmlPullParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gjt.xpp.XmlPullParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TokenizerException

public class XmlPullParserException extends Exception
This exception is thrown to signal XML Pull Parser related excepions.
Author:
Aleksander Slominski
See Also:
  • Field Details

    • detail

      protected Throwable detail
    • row

      protected int row
    • column

      protected int column
  • Constructor Details

    • XmlPullParserException

      public XmlPullParserException()
    • XmlPullParserException

      public XmlPullParserException(String s)
    • XmlPullParserException

      public XmlPullParserException(String s, Throwable thrwble)
    • XmlPullParserException

      public XmlPullParserException(Throwable thrwble)
    • XmlPullParserException

      public XmlPullParserException(String s, int row, int column)
  • Method Details

    • getDetail

      public Throwable getDetail()
    • setDetail

      public void setDetail(Throwable cause)
    • getLineNumber

      public int getLineNumber()
    • getColumnNumber

      public int getColumnNumber()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • printStackTrace

      public void printStackTrace()
      Overrides:
      printStackTrace in class Throwable