|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.vaadin.server.PaintException
public class PaintException
PaintExcepection
is thrown if painting of a component fails.
Constructor Summary | |
---|---|
PaintException(java.io.IOException exception)
Constructs an instance of PaintExeception from IOException. |
|
PaintException(java.lang.String msg)
Constructs an instance of PaintExeception with the specified
detail message. |
|
PaintException(java.lang.String msg,
java.lang.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 |
---|
public PaintException(java.lang.String msg)
PaintExeception
with the specified
detail message.
msg
- the detail message.public PaintException(java.lang.String msg, java.lang.Throwable cause)
PaintExeception
with the specified
detail message and cause.
msg
- the detail message.cause
- the causepublic PaintException(java.io.IOException exception)
PaintExeception
from IOException.
exception
- the original exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |