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.</p>
<p><strong>If there are no exception handlers for an exception, the exception
is
-rethrown.</strong></p>
+rethrown - except <code>ExceptionToCatchEvent#optinal</code> is set to
true</strong></p>
<p>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.</p>