org.gjt.xpp.x2impl.x2pullparser
Class X2PullParserRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gjt.xpp.x2impl.x2pullparser.X2PullParserRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
- public class X2PullParserRuntimeException
- extends java.lang.RuntimeException
Extended runtime excpetion to allow chaining.
- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Throwable |
detail
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
detail
protected java.lang.Throwable detail
X2PullParserRuntimeException
public X2PullParserRuntimeException(java.lang.String s)
X2PullParserRuntimeException
public X2PullParserRuntimeException(java.lang.String s,
java.lang.Throwable thrwble)
X2PullParserRuntimeException
public X2PullParserRuntimeException(java.lang.Throwable thrwble)
getDetail
public java.lang.Throwable getDetail()
setDetail
public void setDetail(java.lang.Throwable cause)
getMessage
public java.lang.String getMessage()
printStackTrace
public void printStackTrace()
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.
Note this package is deprecated by XPP3 that implements XmlPull API