This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Too much information in stack traces?
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 02 Oct 2002 13:32:35 -0600
- Subject: Re: Too much information in stack traces?
- References: <1033580232.1697.44.camel@dhcppc2>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> What do people think about a system property for enabling and
Anthony> disabling certain kinds of information from showing up in the
Anthony> exception stack traces?
There's already a bunch of options like this in NameFinder.java.
Tom