Uses of Class
org.zkoss.zk.ui.UiException
-
-
Uses of UiException in org.zkoss.zk.au
Subclasses of UiException in org.zkoss.zk.au Modifier and Type Class Description classRequestOutOfSequenceExceptionIndicates a request is out-of-sequence, and the request shall be ignored.Methods in org.zkoss.zk.au that throw UiException Modifier and Type Method Description static java.lang.StringAuRequests. getInnerWidth(AuRequest request)Returns the inner width of an AU request representing the update of inner width.static java.lang.ObjectAuRequests. getUpdateResult(AuRequest request)Returns the result of an AU request representing the update result.static AuWriterAuWriters. newInstance()Creates an instance ofAuWriter. -
Uses of UiException in org.zkoss.zk.device
Subclasses of UiException in org.zkoss.zk.device Modifier and Type Class Description classDeviceNotFoundExceptionDenotes 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 Modifier and Type Class Description classInterpreterNotFoundExceptionDenotes 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 Modifier and Type Class Description classActivationTimeoutExceptionIndicates the activation of an execution is taking too long.classArithmeticWrongValueExceptionFor ArithmeticException wrong value wrapper.classComponentNotFoundExceptionDenotes a component cannot be found.classDesktopUnavailableExceptionDenotes the desktop being accessed is no longer available.classOperationExceptionThe operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.classSuspendNotAllowedExceptionDenotes the current event processing thread cannot be suspended because there are too many suspended threads.classWrongValueExceptionDenotes the value passed to a setter (a.k.a., mutator) of a component is wrong.classWrongValuesExceptionDenotes an exception that is an aggregation of multipleWrongValueException.Methods in org.zkoss.zk.ui that return UiException Modifier and Type Method Description static UiExceptionUiException.Aide. wrap(java.lang.Throwable t)Converts an exception to UiException or OperationException depending on whether t implements Expectable.static UiExceptionUiException.Aide. wrap(java.lang.Throwable t, int code)Converts an exception to UiException or OperationException depending on whether t implements Expectable.static UiExceptionUiException.Aide. wrap(java.lang.Throwable t, int code, java.lang.Object fmtArg)Converts an exception to UiException or OperationException depending on whether t implements Expectable.static UiExceptionUiException.Aide. wrap(java.lang.Throwable t, int code, java.lang.Object[] fmtArgs)Converts an exception to UiException or OperationException depending on whether t implements Expectable.static UiExceptionUiException.Aide. wrap(java.lang.Throwable t, java.lang.String msg)Converts an exception to UiException or OperationException depending on whether t implements Expectable. -
Uses of UiException in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that throw UiException Modifier and Type Method Description voidDesktopImpl. invokeExecutionInits(Execution exec, Execution parent) -
Uses of UiException in org.zkoss.zk.ui.metainfo
Subclasses of UiException in org.zkoss.zk.ui.metainfo Modifier and Type Class Description classDefinitionNotFoundExceptionDenotes a definition cannot be found.classPropertyNotFoundExceptionRepresents the a property (a.k.a., a method of a component) is not found. -
Uses of UiException in org.zkoss.zk.ui.select.impl
Subclasses of UiException in org.zkoss.zk.ui.select.impl Modifier and Type Class Description classParseExceptionException thrown for illegal selector string. -
Uses of UiException in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that throw UiException Modifier and Type Method Description voidDesktopCtrl. invokeExecutionInits(Execution exec, Execution parent)InvokesExecutionInit.init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution)for each relevant listener registered byDesktop.addListener(java.lang.Object).voidFailoverManager. recover(Session sess, Execution exec, Desktop desktop)Recovers the specified desktop. -
Uses of UiException in org.zkoss.zk.ui.util
-