Author: buildbot
Date: Mon Jul 14 09:48:48 2014
New Revision: 916157
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:48:48 2014
@@ -1 +1 @@
-1610367
+1610368
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:48:48 2014
@@ -135,12 +135,12 @@ Notice: Licensed to the Apache Softwa
</li>
<li><a href="#exception-chain-processing">Exception Chain Processing</a></li>
<li><a href="#handler-ordinal">Handler ordinal</a></li>
-</ul>
-</li>
<li><a href="#apis-for-exception-information-and-flow-control">APIs for
exception information and flow control</a><ul>
<li><a href="#exceptionevent">ExceptionEvent</a></li>
</ul>
</li>
+</ul>
+</li>
<li><a href="#scopes">Scopes</a></li>
<li><a href="#deactivatable">Deactivatable</a></li>
</ul>
@@ -797,14 +797,15 @@ second method, which has the default ord
ordinal first</li>
<li>Continue above steps for each exception in stack</li>
</ol>
-<h2 id="apis-for-exception-information-and-flow-control">APIs for exception
information and flow control</h2>
+<h3 id="apis-for-exception-information-and-flow-control">APIs for exception
information and flow control</h3>
+<hr />
<p>There are two APIs provided by DeltaSpike that should be familiar to
application developers:</p>
<ul>
<li><code>ExceptionEvent</code></li>
<li><code>ExceptionStackEvent</code></li>
</ul>
-<h4 id="exceptionevent">ExceptionEvent</h4>
+<h5 id="exceptionevent">ExceptionEvent</h5>
<p>In addition to providing information about the exception being handled, the
<code>ExceptionEvent</code> object contains methods to control the exception
handling
process, such as rethrowing the exception, aborting the handler chain or