Last modified by Thomas Mortagne on 2023/10/13

<
From version < 55.1 >
edited by Thomas Mortagne
on 2014/10/15
To version < 55.3 >
edited by Thomas Mortagne
on 2014/10/17
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -130,7 +130,7 @@
130 130  
131 131  == Ability to catch Exceptions from Velocity ==
132 132  
133 -A new Velocity Directive has been added to catch Exceptions from Velocity. In addition a new ###displayUnexpectedException()## velocity macro has also been added to nicely display an exception to the user.
133 +A new Velocity Directive has been added to catch Exceptions from Velocity. In addition a new ###displayUnhandledException()## velocity macro has also been added to nicely display an exception to the user.
134 134  
135 135  For example:
136 136  
... ... @@ -155,7 +155,7 @@
155 155  ...
156 156  <div id="xwikicontent">
157 157   #if ("$!exception" != '')
158 - #displayUnexpectedException($exception)
158 + #displayUnhandledException($exception)
159 159   #else
160 160   $renderedContent
161 161   #end
... ... @@ -275,5 +275,6 @@
275 275  The following APIs were modified since XWiki 6.2:
276 276  
277 277  {{code language="none"}}
278 -<clirr output here>
278 +org.xwiki.extension.Extension: Method 'public org.xwiki.extension.ExtensionIssueManagement getIssueManagement()' has been added to an interface
279 +org.xwiki.extension.Extension: Method 'public org.xwiki.extension.ExtensionScm getScm()' has been added to an interface
279 279  {{/code}}

Get Connected