Class ViewRenderingException

All Implemented Interfaces:
Serializable

public class ViewRenderingException extends FlowExecutionException
Thrown if a IO exception was thrown during view rendering.
Author:
Keith Donald
See Also:
  • Constructor Details

    • ViewRenderingException

      public ViewRenderingException(String flowId, String stateId, View view, Throwable cause)
      Create a new action execution exception.
      Parameters:
      flowId - the current flow
      stateId - the current state (may be null)
      view - the view that generated an unrecoverable exception
      cause - the underlying cause