|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UiException | |
|---|---|
| org.zkoss.zk.au | Requests and responsed used to communicate between client and server, called asynchronous updates. |
| org.zkoss.zk.device | Device (such as Ajax browsers and mobile devices) relevant classes. |
| org.zkoss.zk.scripting | Scripting intepreter relevant classes, including interpreter, namespace and so on. |
| org.zkoss.zk.ui | Interfaces of the common user-interfaces, such as Page and Component. |
| org.zkoss.zk.ui.metainfo | Metainfo representing pages and languages (implementation only). |
| org.zkoss.zk.ui.sys | Internal interfaces of user interfaces and factories (behind the scene). |
| org.zkoss.zk.ui.util | Utilities to handle user interfaces. |
| Uses of UiException in org.zkoss.zk.au |
|---|
| Subclasses of UiException in org.zkoss.zk.au | |
|---|---|
class |
CommandNotFoundException
Represents an update-relevant exception. |
| Uses of UiException in org.zkoss.zk.device |
|---|
| Subclasses of UiException in org.zkoss.zk.device | |
|---|---|
class |
DeviceNotFoundException
Denotes the interpreter of the requested device type is not found. |
| Uses of UiException in org.zkoss.zk.scripting |
|---|
| Subclasses of UiException in org.zkoss.zk.scripting | |
|---|---|
class |
InterpreterNotFoundException
Denotes the interpreter of the requested scripting language not found. |
| Uses of UiException in org.zkoss.zk.ui |
|---|
| Subclasses of UiException in org.zkoss.zk.ui | |
|---|---|
class |
ComponentNotFoundException
Dentoes a component cannot be found. |
class |
DesktopUnavailableException
Denotes the desktop being accessed is no longer available. |
class |
OperationException
The operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error. |
class |
SuspendNotAllowedException
Denotes the current event processing thread cannot be suspended because there are too many suspended threads. |
class |
WrongValueException
Denotes the value passed to a setter (aka., mutator) of a component is wrong. |
| Methods in org.zkoss.zk.ui that return UiException | |
|---|---|
static UiException |
UiException.Aide.wrap(java.lang.Throwable t)
Converts an exception to UiException or OperationException depending on whether t implements Expetable. |
static UiException |
UiException.Aide.wrap(java.lang.Throwable t,
int code)
Converts an exception to UiException or OperationException depending on whether t implements Expetable. |
static UiException |
UiException.Aide.wrap(java.lang.Throwable t,
int code,
java.lang.Object fmtArg)
Converts an exception to UiException or OperationException depending on whether t implements Expetable. |
static UiException |
UiException.Aide.wrap(java.lang.Throwable t,
int code,
java.lang.Object[] fmtArgs)
Converts an exception to UiException or OperationException depending on whether t implements Expetable. |
static UiException |
UiException.Aide.wrap(java.lang.Throwable t,
java.lang.String msg)
Converts an exception to UiException or OperationException depending on whether t implements Expetable. |
| Uses of UiException in org.zkoss.zk.ui.metainfo |
|---|
| Subclasses of UiException in org.zkoss.zk.ui.metainfo | |
|---|---|
class |
DefinitionNotFoundException
Dentoes a definition cannot be found. |
| Uses of UiException in org.zkoss.zk.ui.sys |
|---|
| Methods in org.zkoss.zk.ui.sys that throw UiException | |
|---|---|
void |
FailoverManager.recover(Session sess,
Execution exec,
Desktop desktop)
Recovers the specified desktop. |
| Uses of UiException in org.zkoss.zk.ui.util |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||