org.gjt.xpp.x2impl.x2pullparser

Class X2PullParserRuntimeException


public class X2PullParserRuntimeException
extends RuntimeException

Extended runtime excpetion to allow chaining.
Author:
Aleksander Slominski

Field Summary

protected Throwable
detail

Constructor Summary

X2PullParserRuntimeException(String s)
X2PullParserRuntimeException(String s, Throwable thrwble)
X2PullParserRuntimeException(Throwable thrwble)

Method Summary

Throwable
getDetail()
String
getMessage()
void
printStackTrace()
void
setDetail(Throwable cause)

Field Details

detail

protected Throwable detail

Constructor Details

X2PullParserRuntimeException

public X2PullParserRuntimeException(String s)

X2PullParserRuntimeException

public X2PullParserRuntimeException(String s,
                                    Throwable thrwble)

X2PullParserRuntimeException

public X2PullParserRuntimeException(Throwable thrwble)

Method Details

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