Class ViewStreamIOException

All Implemented Interfaces:
Serializable

public class ViewStreamIOException extends ViewException
Thrown when there was a problem writing a rendered view to a stream, appendable or similar.
See Also:
  • Constructor Details

    • ViewStreamIOException

      public ViewStreamIOException()
    • ViewStreamIOException

      public ViewStreamIOException(String s)
    • ViewStreamIOException

      public ViewStreamIOException(String s, Throwable throwable)
    • ViewStreamIOException

      public ViewStreamIOException(Throwable throwable)