rethrowRenderErrors
Exceptions occurring in render
are always caught in order to raise the renderError
event. If this property is true, the error is rethrown after the event is raised. If this property is false, the render
function returns normally after raising the event.