Class RendererException

    • Constructor Detail

      • RendererException

        public RendererException​(Renderer<?> renderer,
                                 Object object,
                                 Throwable cause)
        Constructor.
        Parameters:
        renderer - the renderer that failed
        object - the object being rendered
        cause - the exception thrown by the renderer
      • RendererException

        public RendererException​(String message,
                                 Throwable cause)
        Constructor.
        Parameters:
        message - the exception message
        cause - the exception thrown by the renderer
        Since:
        1.5