Class X2PullParserRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
All Implemented Interfaces:
Serializable

public class X2PullParserRuntimeException extends RuntimeException
Extended runtime excpetion to allow chaining.
Author:
Aleksander Slominski
See Also:
  • Field Details

  • Constructor Details

    • X2PullParserRuntimeException

      public X2PullParserRuntimeException(String s)
    • X2PullParserRuntimeException

      public X2PullParserRuntimeException(String s, Throwable thrwble)
    • X2PullParserRuntimeException

      public X2PullParserRuntimeException(Throwable thrwble)
  • Method Details