Author: tandraschko
Date: Mon Jul 14 09:59:40 2014
New Revision: 1610375
URL: http://svn.apache.org/r1610375
Log:
#DELTASPIKE-642 Better structure for Core documentation
Modified:
deltaspike/site/trunk/content/core.mdtext
Modified: deltaspike/site/trunk/content/core.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/core.mdtext?rev=1610375&r1=1610374&r2=1610375&view=diff
==============================================================================
--- deltaspike/site/trunk/content/core.mdtext (original)
+++ deltaspike/site/trunk/content/core.mdtext Mon Jul 14 09:59:40 2014
@@ -541,7 +541,7 @@ exception. Within that method, you can i
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