|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--org.millstone.base.terminal.PaintException
Paint exepction is trown if painting of a component fails.
Constructor Summary | |
PaintException(java.io.IOException exception)
Constructs an instance of PaintExecption from IOException. |
|
PaintException(java.lang.String msg)
Constructs an instance of PaintExecption with the specified detail message. |
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)
PaintExecption
with the specified detail message.
msg
- the detail message.public PaintException(java.io.IOException exception)
PaintExecption
from IOException.
exception
- The original exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |