Package org.xmlpull.v1.builder
Class XmlBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.xmlpull.v1.builder.XmlBuilderException
-
- All Implemented Interfaces:
Serializable
public class XmlBuilderException extends RuntimeException
This exception is thrown to signal XB1 related exceptions.- Version:
- $Revision: 1.2 $
- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlBuilderException(String s)XmlBuilderException(String s, Throwable thrwble)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetDetail()StringgetMessage()voidprintStackTrace()voidprintStackTrace(PrintStream ps)voidprintStackTrace(PrintWriter pw)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Field Detail
-
detail
protected Throwable detail
-
-
Method Detail
-
getDetail
public Throwable getDetail()
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTracein classThrowable
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTracein classThrowable
-
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTracein classThrowable
-
-