blob: 102963d2b38998d9e79e7e1f0530619d325f6ea5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2004, 2005 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>ExceptionDisplay</title>
</properties>
<body>
<section name="ExceptionDisplay">
<p>
A component used on the standard exception page to render a detailed list of
exceptions.
</p>
<p>
<strong>
See also:
<a href="../../tapestry-contrib/ComponentReference/InspectorButton.html">InspectorButton</a>
</strong>
</p>
<section name="Parameters">
<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Required</th>
<th>Default</th>
<th>Description</th>
</tr>
<tr>
<td>exceptions</td>
<td>
<a
href="../../apidocs/org/apache/tapestry/util/exception/ExceptionDescription.html">
ExceptionDescription
</a>
[]
</td>
<td>yes</td>
<td></td>
<td>Provides the exception descriptions to render.</td>
</tr>
</table>
<p>
Body:
<strong>removed</strong>
</p>
<p>
Informal parameters:
<strong>forbidden</strong>
</p>
<p>
Reserved parameters:
<em>none</em>
</p>
</section>
</section>
</body>
</document>