com.vaadin.server.

Class PaintException

  • All Implemented Interfaces:

    Serializable

    public class PaintException
    extends IOException

    PaintExcepection is thrown if painting of a component fails.

    Since:

    3.0

    Author:

    Vaadin Ltd.

    See Also:

    Serialized Form

    • Constructor Detail

      • PaintException

        public PaintException​(String msg)

        Constructs an instance of PaintExeception with the specified detail message.

        Parameters:

        msg - the detail message.

      • PaintException

        public PaintException​(String msg,
                              Throwable cause)

        Constructs an instance of PaintExeception with the specified detail message and cause.

        Parameters:

        msg - the detail message.

        cause - the cause

      • PaintException

        public PaintException​(IOException exception)

        Constructs an instance of PaintExeception from IOException.

        Parameters:

        exception - the original exception.