Class CannotRenderException

All Implemented Interfaces:
Serializable

public class CannotRenderException extends RenderException
Indicates that something went wrong during the rendering process.
See Also:
  • Constructor Details

    • CannotRenderException

      public CannotRenderException(String message)
      Constructor.
      Parameters:
      message - The detail message.
    • CannotRenderException

      public CannotRenderException(String message, Throwable e)
      Constructor.
      Parameters:
      message - The detail message.
      e - The exception to be wrapped.