| Attributes |
| Name | Required | Request-time | Type | Description |
| label | false | true | java.lang.String | The label to prefix the exception message with. |
| stackTrace | false | true | java.lang.String | Set to true to include the stack trace |
| escapeHTML | false | true | java.lang.String | Set to true to escape any embedded HTML in the exception message. |
| escapeQuotes | false | true | java.lang.String | Set to true to escape any embedded quotes in the exception message. |
| preformat | false | true | java.lang.String | Set to true to wrap the message in and tags. |
| lineSeparator | false | true | java.lang.String | The line separator character to use. |