Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 19778 invoked from network); 11 Aug 2005 14:41:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 14:41:07 -0000 Received: (qmail 21799 invoked by uid 500); 11 Aug 2005 14:41:01 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 21731 invoked by uid 500); 11 Aug 2005 14:41:00 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 21718 invoked by uid 99); 11 Aug 2005 14:41:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 07:41:00 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.114.74.6] (HELO web3.acecape.com) (66.114.74.6) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 07:41:21 -0700 Received: (from nobody@localhost) by web3.acecape.com (8.12.10/8.12.10) id j7BEevQ5031969 for commons-user@jakarta.apache.org; Thu, 11 Aug 2005 10:40:57 -0400 Received: from p66-243.acedsl.com (p66-243.acedsl.com [66.114.66.243]) by www.acedsl.com (IMP) with HTTP for ; Thu, 11 Aug 2005 10:40:57 -0400 Message-ID: <1123771257.42fb63799b56f@www.acedsl.com> Date: Thu, 11 Aug 2005 10:40:57 -0400 From: cmllpz@acedsl.com To: commons-user@jakarta.apache.org Subject: Exception handlers MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 66.114.66.243 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I wonder what package in jakarta commons 'handles' exceptions (no pun intended) I need to be able to get as a String all the info thrown by the baseline JVM, JDBC or JMX drivers, or programmatically generated like this: (throw new Exception("Testing thrown Exception")) So which package should I use THanks Albretch --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org