com.vaadin.terminal
Class PaintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.vaadin.terminal.PaintException
- All Implemented Interfaces:
- Serializable
public class PaintException
- extends IOException
- implements Serializable
PaintExcepection
is thrown if painting of a component fails.
- Since:
- 3.0
- Version:
- 6.8.18
- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PaintException
public PaintException(String msg)
- Constructs an instance of
PaintExeception
with the specified
detail message.
- Parameters:
msg
- the detail message.
PaintException
public PaintException(IOException exception)
- Constructs an instance of
PaintExeception
from IOException.
- Parameters:
exception
- the original exception.
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.