This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Stack traces
- To: java at gcc dot gnu dot org
- Subject: Stack traces
- From: "Nic Ferrier" <nferrier at tapsellferrier dot co dot uk>
- Date: Mon, 02 Jul 2001 20:48:16 +0100
I've noticed a small but annoying problem with Throwable.
The fillinStackTrace gets the whole stack trace, not the stack trace
from where the error occurred.
That means that Throwable is always in the stack trace.
That's not right is it? It's certainly annoying when you're trying to
debug stuff.
Nic