Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 72495 invoked from network); 18 Nov 2010 19:48:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Nov 2010 19:48:03 -0000 Received: (qmail 75528 invoked by uid 500); 18 Nov 2010 19:48:34 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 75453 invoked by uid 500); 18 Nov 2010 19:48:34 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 75445 invoked by uid 99); 18 Nov 2010 19:48:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 19:48:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Nov 2010 19:48:33 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAIJmDrj026813 for ; Thu, 18 Nov 2010 19:48:13 GMT Message-ID: <8504326.180981290109693725.JavaMail.jira@thor> Date: Thu, 18 Nov 2010 14:48:13 -0500 (EST) From: "Luc Maisonobe (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (MATH-443) Incorrect exception specification in AbstractLeastSquaresOptimizer.optimize() In-Reply-To: <19181966.173531290078033773.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MATH-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933543#action_12933543 ] Luc Maisonobe commented on MATH-443: ------------------------------------ I understand. It has been a looooong debate ;-) > Incorrect exception specification in AbstractLeastSquaresOptimizer.optimize() > ----------------------------------------------------------------------------- > > Key: MATH-443 > URL: https://issues.apache.org/jira/browse/MATH-443 > Project: Commons Math > Issue Type: Bug > Affects Versions: 2.0, 2.1 > Reporter: Roman Werpachowski > Priority: Minor > > AbstractLeastSquaresOptimizer.optimize() declares the following exceptions: FunctionEvaluationException, OptimizationException, IllegalArgumentException. However, it also throws MaxIterationsExceededException. I think that instead of OptimizationException, ConvergenceException should be declared. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.