Gets a detailed report of a Throwable as generated by ErrorPrinter.
The content type of this tag is text/plain
.
Tag Information
Tag Class: | com.aoapps.taglib.GetStackTracesTag |
---|---|
TagExtraInfo Class: | com.aoapps.taglib.GetStackTracesTagTEI |
Body Content: | empty |
Display Name: | None |
Attributes
Name | Required | Evaluation | Type | Description |
---|---|---|---|---|
scope | No | Runtime | String |
Specifies the variable scope searched to retrieve the bean specified by name. If not specified, the default rules applied by JspContext.findAttribute() are applied. |
name | Yes | Runtime | Object |
Specifies the attribute name of the bean whose property is accessed to retrieve the value specified by property (if specified). If property is not specified, the value of this bean itself will be used. |
property | No | Runtime | String |
Specifies the name of the property to be accessed on the bean specified by name. This value may be a simple, indexed, or nested property reference expression. If not specified, the bean identified by name will itself be used. |
Variables
No Variables Defined.