Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 82968 invoked from network); 14 Feb 2004 22:41:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Feb 2004 22:41:09 -0000 Received: (qmail 32701 invoked by uid 500); 14 Feb 2004 22:40:52 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 32675 invoked by uid 500); 14 Feb 2004 22:40:51 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 32658 invoked from network); 14 Feb 2004 22:40:51 -0000 Received: from unknown (HELO achille2.tryphon.homeip.net) (193.251.30.242) by daedalus.apache.org with SMTP; 14 Feb 2004 22:40:51 -0000 Received: from hyppo.tryphon.homeip.net ([192.168.0.130] helo=free.fr) by achille2.tryphon.homeip.net with esmtp (Exim 3.35 #1 (Debian)) id 1As8T2-0006Eb-00; Sat, 14 Feb 2004 23:40:56 +0100 Message-ID: <402EA3F7.5020103@free.fr> Date: Sat, 14 Feb 2004 23:40:55 +0100 From: Alban Peignier User-Agent: Mozilla Thunderbird 0.5 (X11/20040209) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: [lang] [proposal] NotImplementedException with a Throwable cause Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I used before a private NotYetImplementedException. I'm refactoring my code to use the lang.NotImplementedException. One of my previous use cases is no longer possible : try { ... } catch (... e) { throw new NotImplentedException("... ...", e); } Does this usage seem useful for most of people ? -- Alban Peignier - alban.peignier@free.fr http://www.tryphon.org/~alban --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org