Return-Path: X-Original-To: apmail-incubator-deltaspike-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltaspike-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 61D99E709 for ; Fri, 4 Jan 2013 22:22:50 +0000 (UTC) Received: (qmail 53309 invoked by uid 500); 4 Jan 2013 22:22:50 -0000 Delivered-To: apmail-incubator-deltaspike-commits-archive@incubator.apache.org Received: (qmail 53266 invoked by uid 500); 4 Jan 2013 22:22:50 -0000 Mailing-List: contact deltaspike-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltaspike-dev@incubator.apache.org Delivered-To: mailing list deltaspike-commits@incubator.apache.org Received: (qmail 53258 invoked by uid 99); 4 Jan 2013 22:22:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 22:22:50 +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; Fri, 04 Jan 2013 22:22:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0BD6123889DE for ; Fri, 4 Jan 2013 22:22:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r845034 - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/core.html Date: Fri, 04 Jan 2013 22:22:27 -0000 To: deltaspike-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130104222228.0BD6123889DE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Fri Jan 4 22:22:27 2013 New Revision: 845034 Log: Staging update by buildbot for deltaspike Modified: websites/staging/deltaspike/trunk/content/ (props changed) websites/staging/deltaspike/trunk/content/deltaspike/core.html Propchange: websites/staging/deltaspike/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri Jan 4 22:22:27 2013 @@ -1 +1 @@ -1427992 +1429162 Modified: websites/staging/deltaspike/trunk/content/deltaspike/core.html ============================================================================== --- websites/staging/deltaspike/trunk/content/deltaspike/core.html (original) +++ websites/staging/deltaspike/trunk/content/deltaspike/core.html Fri Jan 4 22:22:27 2013 @@ -430,6 +430,9 @@ during the handling workflow. We'll begi are used to declare an exception handler, @ExceptionHandler and @Handles, and @BeforeHandles to create a callback before the handler is called.

+

Exception handlers are considered equal if they both handle the same exception +class, have the same qualifiers, the same ordinal and the same value for +isBeforeHandler().

Exception handler annotations

Exception handlers are contained within exception handler beans, which are CDI beans annotated with @ExceptionHandler. Exception handlers are methods