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

svn commit: r1461970 - /isis/site/trunk/content/core/services/exception-recognizers.md

Author: danhaywood
Date: Thu Mar 28 07:58:07 2013
New Revision: 1461970

URL: http://svn.apache.org/r1461970
Log:
isis site - pages on our various services

Modified:
    isis/site/trunk/content/core/services/exception-recognizers.md

Modified: isis/site/trunk/content/core/services/exception-recognizers.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/services/exception-recognizers.md?rev=1461970&r1=1461969&r2=1461970&view=diff
==============================================================================
--- isis/site/trunk/content/core/services/exception-recognizers.md (original)
+++ isis/site/trunk/content/core/services/exception-recognizers.md Thu Mar 28 07:58:07 2013
@@ -2,7 +2,7 @@ Title: Exception Recognizers (1.2.0-SNAP
 
 The `ExceptionRecognizer` API (in the `org.apache.isis.applib.services.exceprecog` 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.
 
-For example, the [JDO Objectstore](../components/objectstores/jdo/about.html) 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.
+For example, the [JDO Objectstore](../../components/objectstores/jdo/about.html) 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.
 
 The `ExceptionRecognizer` interface is defined as: