|
WUI : API |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.westofj.wui.WRenderException
Exception thrown when there is an unrecoverable error while rendering a widget.
| Constructor Summary | |
WRenderException()
Constructs a render exception. |
|
WRenderException(String message)
Constructs a render exception with the specified message. |
|
WRenderException(String message,
Throwable cause)
Constructs a render exception with the specified message and cause. |
|
WRenderException(Throwable cause)
Constructs a render exception with the specified cause. |
|
| 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 WRenderException()
public WRenderException(String message)
message - the exception message.
public WRenderException(String message,
Throwable cause)
message - the exception message.cause - the exception which halted rendering.public WRenderException(Throwable cause)
cause - the exception which halted rendering.
|
Copyright (c) 2003 West of J - All rights reserved. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||