Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64AF111D02 for ; Mon, 14 Jul 2014 10:00:07 +0000 (UTC) Received: (qmail 81104 invoked by uid 500); 14 Jul 2014 10:00:07 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 81068 invoked by uid 500); 14 Jul 2014 10:00:07 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 81057 invoked by uid 99); 14 Jul 2014 10:00:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2014 10:00:07 +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; Mon, 14 Jul 2014 10:00:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 483DA23889FA for ; Mon, 14 Jul 2014 09:59:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r916162 - in /websites/staging/deltaspike/trunk/content: ./ core.html Date: Mon, 14 Jul 2014 09:59:46 -0000 To: commits@deltaspike.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140714095946.483DA23889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Mon Jul 14 09:59:45 2014 New Revision: 916162 Log: Staging update by buildbot for deltaspike Modified: websites/staging/deltaspike/trunk/content/ (props changed) websites/staging/deltaspike/trunk/content/core.html Propchange: websites/staging/deltaspike/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Jul 14 09:59:45 2014 @@ -1 +1 @@ -1610372 +1610375 Modified: websites/staging/deltaspike/trunk/content/core.html ============================================================================== --- websites/staging/deltaspike/trunk/content/core.html (original) +++ websites/staging/deltaspike/trunk/content/core.html Mon Jul 14 09:59:45 2014 @@ -590,7 +590,7 @@ handler is a method on a CDI bean that i exception. Within that method, you can implement any logic necessary to handle or respond to the exception.

If there are no exception handlers for an exception, the exception is -rethrown.

+rethrown - except ExceptionToCatchEvent#optinal is set to true

Given that exception handler beans are CDI beans, they can make use of dependency injection, be scoped, have interceptors or decorators and any other functionality available to CDI beans.