Class PullParserRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PullParserRuntimeException
    extends java.lang.RuntimeException
    Extended runtime excpetion to allow chaining.
    Author:
    Aleksander Slominski
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Throwable detail  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getDetail()  
      java.lang.String getMessage()  
      void printStackTrace()  
      void setDetail​(java.lang.Throwable cause)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • detail

        protected java.lang.Throwable detail
    • Constructor Detail

      • PullParserRuntimeException

        public PullParserRuntimeException​(java.lang.String s)
      • PullParserRuntimeException

        public PullParserRuntimeException​(java.lang.String s,
                                          java.lang.Throwable thrwble)
      • PullParserRuntimeException

        public PullParserRuntimeException​(java.lang.Throwable thrwble)
    • Method Detail

      • getDetail

        public java.lang.Throwable getDetail()
      • setDetail

        public void setDetail​(java.lang.Throwable cause)
      • getMessage

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

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable