charly
Class ChNestedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycharly.ChException
              extended bycharly.ChNestedException
All Implemented Interfaces:
java.io.Serializable

public class ChNestedException
extends ChException

See Also:
Serialized Form

Field Summary
(package private)  java.lang.Throwable nested
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ChNestedException(java.lang.Throwable nested)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nested

java.lang.Throwable nested
Constructor Detail

ChNestedException

public ChNestedException(java.lang.Throwable nested)
Method Detail

printStackTrace

public void printStackTrace(java.io.PrintStream s)

printStackTrace

public void printStackTrace(java.io.PrintWriter s)

printStackTrace

public void printStackTrace()