exception
Display an http error or exception to the user. This tag delegates to ErrorRenderer.
Tag Information | |
---|---|
Tag Class | org.loom.tags.exception.ExceptionTag |
Body Content | empty |
Dynamic Attributes | false |
Attributes
Name | Description | Flags |
---|---|---|
detailTag | The HTML tag used to render the detail message (explanation of this error), empty or null to skip error message, default div |
rtexprvalue
|
logRequest | true to log the request contents (headers, parameters, attributes) when logging any exception, default false |
rtexprvalue
|
messageTag | The HTML tag used to render the error message (exception message or http error message),
empty or null to skip error message, default h1
Deprecated. use setTitleTag instead |
rtexprvaluedeprecated
|
titleTag | The HTML tag used to render the error message (exception message or http error message), empty or null to skip error message, default h1 |
rtexprvalue
|