util
Class NestedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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.
NestedException
Exception NestedException
NestedException
public NestedException(String Error)
NestedException
public NestedException(String Error,
Exception Nested)
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