UIRuntimeExceptionpublic class UIRuntimeException extends RuntimeException Like UIException, except does not require one to declare or catch it. |
Constructors Summary |
---|
public UIRuntimeException(String str, Throwable cause)
super(str,cause);
| public UIRuntimeException(String str)
super(str);
|
|