Package 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:
Serializable
Extended runtime excpetion to allow chaining.
- Author:
- Aleksander Slominski
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPullParserRuntimeException
(String s, Throwable thrwble) PullParserRuntimeException
(Throwable thrwble) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
detail
-
-
Constructor Details
-
PullParserRuntimeException
-
PullParserRuntimeException
-
PullParserRuntimeException
-
-
Method Details
-
getDetail
-
setDetail
-
getMessage
- Overrides:
getMessage
in classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-