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

Constructor Summary
ChainedParseException(java.lang.Exception chainedException)
           
ChainedParseException(java.lang.String s, java.lang.Exception chainedException)
           
 
Method Summary
 java.lang.Exception getChainedException()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream pw)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
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
 

Constructor Detail

ChainedParseException

public ChainedParseException(java.lang.Exception chainedException)

ChainedParseException

public ChainedParseException(java.lang.String s,
                             java.lang.Exception chainedException)
Method Detail

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()