Class RenderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotRenderException, NoSuchRendererException

public class RenderException extends RequestException
Thrown when rendering fails.
See Also:
  • Constructor Details

    • RenderException

      public RenderException(String message)
      Constructor.
      Parameters:
      message - The message of the exception.
    • RenderException

      public RenderException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The message of the exception.
      cause - The cause.