Name |
Description |
AbsorbingHandler |
Renders the element as an empty string |
AbstractRenderingExceptionHandler |
Handles exceptions |
BubblingHandler |
Wrap the exception to retain the typoScript path at which it was originally thrown |
ContextDependentHandler |
A special exception handler that is used on the outer path to catch all unhandled exceptions and uses other exception
handlers depending on the context. |
HtmlMessageHandler |
Renders the exception as HTML. |
PlainTextHandler |
Creates text representations of the given exceptions. |
ThrowingHandler |
Just rethrows the given exception |
XmlCommentHandler |
Creates xml comments from exceptions |