public class RendererException extends RenderException
The cause of this exception is always the exception thrown by the renderer.
Context.render(Object)
,
Serialized FormConstructor and Description |
---|
RendererException(Renderer<?> renderer,
java.lang.Object object,
java.lang.Throwable cause)
Constructor.
|
RendererException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
public RendererException(Renderer<?> renderer, java.lang.Object object, java.lang.Throwable cause)
renderer
- the renderer that failedobject
- the object being renderedcause
- the exception thrown by the rendererpublic RendererException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the exception thrown by the renderer