Class ScreenRenderException

All Implemented Interfaces:
Serializable

public class ScreenRenderException extends GeneralException
Wraps any exceptions encountered during the rendering of a screen. It is thrown to the top of the recursive rendering process so that we avoid having to log redundant exceptions.
See Also:
  • Constructor Details

    • ScreenRenderException

      public ScreenRenderException()
    • ScreenRenderException

      public ScreenRenderException(Throwable nested)
    • ScreenRenderException

      public ScreenRenderException(String str)
    • ScreenRenderException

      public ScreenRenderException(String str, Throwable nested)