de.trantor.xml.pullparser
Class ChainedParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--de.trantor.xml.pullparser.ChainedParseException
- public class ChainedParseException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ChainedParseException
public ChainedParseException(java.lang.Exception chainedException)
ChainedParseException
public ChainedParseException(java.lang.String s,
java.lang.Exception chainedException)
printStackTrace
public void printStackTrace()
- Overrides:
- printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
- printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream pw)
- Overrides:
- printStackTrace in class java.lang.Throwable
getChainedException
public java.lang.Exception getChainedException()