You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/03/28 08:58:13 UTC

svn commit: r856268 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/core/services/exception-recognizers.html

Author: buildbot
Date: Thu Mar 28 07:58:12 2013
New Revision: 856268

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/core/services/exception-recognizers.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 28 07:58:12 2013
@@ -1 +1 @@
-1461968
+1461970

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 28 07:58:12 2013
@@ -1 +1 @@
-1461968
+1461970

Modified: websites/staging/isis/trunk/content/core/services/exception-recognizers.html
==============================================================================
--- websites/staging/isis/trunk/content/core/services/exception-recognizers.html (original)
+++ websites/staging/isis/trunk/content/core/services/exception-recognizers.html Thu Mar 28 07:58:12 2013
@@ -239,7 +239,7 @@
 
 <p>The <code>ExceptionRecognizer</code> API (in the <code>org.apache.isis.applib.services.exceprecog</code> package) provides the mechanism for both the domain programmer and also for components to be able to recognize and handle certain exceptions that may be thrown by the system.</p>
 
-<p>For example, the <a href="../components/objectstores/jdo/about.html">JDO Objectstore</a> provides a set of recognizers to recognize and handle SQL constraint exceptions such as uniqueness violations.  These can then be rendered back to the user as expected errors, rather than fatal stacktraces.</p>
+<p>For example, the <a href="../../components/objectstores/jdo/about.html">JDO Objectstore</a> provides a set of recognizers to recognize and handle SQL constraint exceptions such as uniqueness violations.  These can then be rendered back to the user as expected errors, rather than fatal stacktraces.</p>
 
 <p>The <code>ExceptionRecognizer</code> interface is defined as:</p>