org.gjt.xpp.impl.tag
Class PullParserRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gjt.xpp.impl.tag.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 |
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
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)
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
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