Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 533DE10276 for ; Wed, 1 Jan 2014 16:36:28 +0000 (UTC) Received: (qmail 70827 invoked by uid 500); 1 Jan 2014 16:36:10 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 70664 invoked by uid 500); 1 Jan 2014 16:36:07 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 70618 invoked by uid 99); 1 Jan 2014 16:35:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jan 2014 16:35:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jan 2014 16:35:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 54DB92388868; Wed, 1 Jan 2014 16:35:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1554633 - in /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ex: ./ package.html Date: Wed, 01 Jan 2014 16:35:38 -0000 To: commits@commons.apache.org From: oheger@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140101163538.54DB92388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: oheger Date: Wed Jan 1 16:35:37 2014 New Revision: 1554633 URL: http://svn.apache.org/r1554633 Log: Added a new package for exception classes. Currently, exception classes defined by this library are located in the top-level package. If sub packages throw exceptions of these types, this may cause cyclic dependencies. To avoid this, all exceptions classes are moved into a separate package. Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ex/ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ex/package.html Added: commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ex/package.html URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ex/package.html?rev=1554633&view=auto ============================================================================== --- commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ex/package.html (added) +++ commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ex/package.html Wed Jan 1 16:35:37 2014 @@ -0,0 +1,36 @@ + + + + + + + +

+This package contains all exception classes used by this library. +

+

+Commons Configuration defines a small number of exception classes. +Because these classes are referenced by multiple other packages, they are +located in their own package to avoid cyclic dependencies. +

+

+$Id$ +

+ + +