org.gjt.xpp.impl.tag
Class PullParserRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
           
 
Constructor Summary
PullParserRuntimeException(java.lang.String s)
           
PullParserRuntimeException(java.lang.String s, java.lang.Throwable thrwble)
           
PullParserRuntimeException(java.lang.Throwable thrwble)
           
 
Method Summary
 java.lang.Throwable getDetail()
           
 java.lang.String getMessage()
           
 void printStackTrace()
           
 void setDetail(java.lang.Throwable cause)
           
 
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
 

Field Detail

detail

protected java.lang.Throwable detail
Constructor 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)
Method Detail

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