Class PullParserException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    XmlPullParserException

    public class PullParserException
    extends java.lang.Exception
    This exception is thrown if there is an error while parsing XML.
    Since:
    1.0 Nov 5, 2005
    Version:
    1.0
    Author:
    http://cheenath.com
    See Also:
    Serialized Form
    • Method Summary

      • 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
    • Constructor Detail

      • PullParserException

        public PullParserException​(java.lang.String message)
      • PullParserException

        public PullParserException​(java.lang.String message,
                                   java.lang.Throwable th)