You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2013/01/04 23:22:27 UTC

svn commit: r845034 - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/core.html

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, <code>@ExceptionHandler</code> and
 <code>@Handles</code>, and <code>@BeforeHandles</code> to create a callback before the handler is
 called.</p>
+<p>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
+<code>isBeforeHandler()</code>.</p>
 <h3 id="exception-handler-annotations">Exception handler annotations</h3>
 <p>Exception handlers are contained within exception handler beans, which are CDI
 beans annotated with <code>@ExceptionHandler</code>. Exception handlers are methods