util
Class NestedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by util.NestedException
All Implemented Interfaces:
Serializable

 class NestedException
extends Exception

This class's source code was downloaded from Michael Moser's hompage. It is distributed freely. I did a few modification, but the main idea is still his.

You have to run with at least java 1.3, using -verbose:class as an option.


Field Summary
(package private)  Exception NestedException
           
 
Constructor Summary
NestedException(String Error)
           
NestedException(String Error, Exception Nested)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(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

NestedException

Exception NestedException
Constructor Detail

NestedException

public NestedException(String Error)

NestedException

public NestedException(String Error,
                       Exception Nested)
Method Detail

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable