org.gjt.xpp.impl.tag

Class PullParserRuntimeException

public class PullParserRuntimeException extends RuntimeException

Extended runtime excpetion to allow chaining.

Author: Aleksander Slominski

Field Summary
protected Throwabledetail
Constructor Summary
PullParserRuntimeException(String s)
PullParserRuntimeException(String s, Throwable thrwble)
PullParserRuntimeException(Throwable thrwble)
Method Summary
ThrowablegetDetail()
StringgetMessage()
voidprintStackTrace()
voidsetDetail(Throwable cause)

Field Detail

detail

protected Throwable detail

Constructor Detail

PullParserRuntimeException

public PullParserRuntimeException(String s)

PullParserRuntimeException

public PullParserRuntimeException(String s, Throwable thrwble)

PullParserRuntimeException

public PullParserRuntimeException(Throwable thrwble)

Method Detail

getDetail

public Throwable getDetail()

getMessage

public String getMessage()

printStackTrace

public void printStackTrace()

setDetail

public void setDetail(Throwable cause)
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