Exception PaintException

Paint exepction is trown if painting of a component fails.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> java.lang.Throwable-> java.lang.Exception-> java.io.IOException-> com.itmill.toolkit.terminal.PaintException

PaintException(IOException)

Parameters

exception

The original exception.

Constructs an instance of PaintExecption from IOException.

PaintException(String)

Parameters

msg

the detail message.

Constructs an instance of PaintExecption with the specified detail message.