Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 36442 invoked from network); 23 Apr 2010 11:26:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Apr 2010 11:26:49 -0000 Received: (qmail 1068 invoked by uid 500); 23 Apr 2010 11:26:49 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 804 invoked by uid 500); 23 Apr 2010 11:26:48 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 796 invoked by uid 99); 23 Apr 2010 11:26:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 11:26:48 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [193.74.71.28] (HELO sif.is.scarlet.be) (193.74.71.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Apr 2010 11:26:40 +0000 Received: from mail.harfang.homelinux.org (ip-213-49-249-46.dsl.scarlet.be [213.49.249.46]) by sif.is.scarlet.be (8.14.2/8.14.2) with ESMTP id o3NBQHqZ001268 for ; Fri, 23 Apr 2010 13:26:17 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=scarlet.be; s=scarlet; t=1272021977; bh=uTg4Eh4tJ6u+UvMqTC5FtD+60eEKmjHn50Re3WeDUJk=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=AnCtSNP0OGkrG9dxNp8CrvNQFtWU/+S03ZoasbMmSrrnZ7sLGbVtX/tMmtavwuiim 3tsOEQjBI1sUXMuGoVUIEW8RrbOdnnTPxM+ix/ZdvtL3U82MqsEcx7VmgqPmk3SEbi fX41JkdZQKjdJw4o9TteDv2YPIMDQpCKvQajo0A8= Received: from localhost (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id E9015617FF for ; Fri, 23 Apr 2010 13:28:09 +0200 (CEST) Received: from mail.harfang.homelinux.org ([192.168.20.11]) by localhost (mail.harfang.homelinux.org [192.168.20.11]) (amavisd-new, port 10024) with ESMTP id cJcAIRl0pdxb for ; Fri, 23 Apr 2010 13:28:03 +0200 (CEST) Received: from dusk.harfang.homelinux.org (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id A5CED617A3 for ; Fri, 23 Apr 2010 13:28:03 +0200 (CEST) Received: from eran by dusk.harfang.homelinux.org with local (Exim 4.69) (envelope-from ) id 1O5H3D-0005vC-1L for dev@commons.apache.org; Fri, 23 Apr 2010 13:28:03 +0200 Date: Fri, 23 Apr 2010 13:28:02 +0200 From: Gilles Sadowski To: dev@commons.apache.org Subject: [Math] Checked vs unchecked exceptions Message-ID: <20100423112802.GM27476@dusk.harfang.homelinux.org> Mail-Followup-To: dev@commons.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: Tiny Tux X-PGP-Key-Fingerprint: 53B9 972E C2E6 B93C BEAD 7092 09E6 AF46 51D0 5641 User-Agent: Mutt/1.5.20 (2009-06-14) X-DCC-scarlet.be-Metrics: sif 20002; Body=1 Fuz1=1 Fuz2=1 Hello. The "DimensionMismatchException" is a checked exception although it is used to signal unfulfilled preconditions. It should really be an unchecked exception. [It could be turned into a subclass of "MathRuntimeException" while working on issue MATH-361.] Best, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org