Class ViewException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TemplateRenderingException, ViewStreamIOException

public class ViewException extends RuntimeException
Indicates something went wrong when rendering a view.
See Also:
  • Constructor Details

    • ViewException

      public ViewException()
    • ViewException

      public ViewException(String s)
    • ViewException

      public ViewException(String s, Throwable throwable)
    • ViewException

      public ViewException(Throwable throwable)