Package ratpack.core.render
Class RendererException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.core.render.RenderException
-
- ratpack.core.render.RendererException
-
- All Implemented Interfaces:
Serializable
public class RendererException extends RenderException
Wraps an exception thrown by a renderer while rendering.The cause of this exception is always the exception thrown by the renderer.
- See Also:
Context.render(Object)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RendererException(String message, Throwable cause)
Constructor.RendererException(Renderer<?> renderer, Object object, Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-