org.jcon.util
Class Autopsy
java.lang.Object
org.jcon.util.Autopsy
public class Autopsy
- extends java.lang.Object
A handy utility for dissecting and printing an exceptional condition.
- Author:
- Paul Reavis Copyright 1998 Atlanta Java Consortium.
|
Constructor Summary |
Autopsy(java.lang.String whyItDied,
java.lang.String whereItDied)
|
Autopsy(java.lang.String whyItDied,
java.lang.String whereItDied,
java.lang.Throwable whatItDiedOf)
|
Autopsy(java.lang.String whyItDied,
java.lang.String whereItDied,
java.lang.Throwable whatItDiedOf,
boolean performFullAutopsy)
|
Autopsy(java.lang.Throwable whatItDiedOf)
|
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Autopsy
public Autopsy(java.lang.String whyItDied,
java.lang.String whereItDied,
java.lang.Throwable whatItDiedOf,
boolean performFullAutopsy)
Autopsy
public Autopsy(java.lang.String whyItDied,
java.lang.String whereItDied)
Autopsy
public Autopsy(java.lang.String whyItDied,
java.lang.String whereItDied,
java.lang.Throwable whatItDiedOf)
Autopsy
public Autopsy(java.lang.Throwable whatItDiedOf)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object