com.vaadin.terminal
Class PaintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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:
7.0.0.alpha3
Author:
Vaadin Ltd.
See Also:
Serialized Form

Constructor Summary
PaintException(IOException exception)
          Constructs an instance of PaintExeception from IOException.
PaintException(String msg)
          Constructs an instance of PaintExeception with the specified detail message.
PaintException(String msg, Throwable cause)
          Constructs an instance of PaintExeception with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.