Uses of Class
org.zkoss.zk.ui.UiException

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
 

Methods in org.zkoss.zk.ui.util that throw UiException
 void Configuration.invokeDesktopInits(Desktop desktop)
          Invokes DesktopInit.init(org.zkoss.zk.ui.Desktop) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 boolean Configuration.invokeEventThreadInits(java.util.List inits, Component comp, Event evt)
          Invokes EventThreadInit.init(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadInits(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
 void Configuration.invokeEventThreadResumes(java.util.List resumes, Component comp, Event evt)
          Invokes EventThreadResume.afterResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each instance returned by Configuration.newEventThreadResumes(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
 void Configuration.invokeEventThreadSuspends(java.util.List suspends, Component comp, Event evt)
          Invokes EventThreadSuspend.afterSuspend(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 void Configuration.invokeExecutionInits(Execution exec, Execution parent)
          Invokes ExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 void Configuration.invokeSessionInits(Session sess)
          Invokes SessionInit.init(org.zkoss.zk.ui.Session) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 void Configuration.invokeWebAppInits()
          Invokes WebAppInit.init(org.zkoss.zk.ui.WebApp) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 java.util.List Configuration.newEventThreadInits(Component comp, Event evt)
          Contructs a list of EventThreadInit instances and invokes EventThreadInit.prepare(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 java.util.List Configuration.newEventThreadResumes(Component comp, Event evt)
          Contructs a list of EventThreadResume instances and invokes EventThreadResume.beforeResume(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event) for each relevant listener registered by Configuration.addListener(java.lang.Class).
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.