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
-
Uses of UiException in org.zkoss.zul
Methods in org.zkoss.zul that throw UiException Modifier and Type Method Description protected voidTextbox. checkBeforeSetRows()Internal check if there is any use of vflex and height before setRowsCaptchaEngineCaptcha. getCaptchaEngine()Get the captcha engine.ChartEngineChart. getEngine()Returns the implementation chart engine.TabboxEngineTabbox. getEngine()Returns the implementation tabbox engine.protected CaptchaEngineCaptcha. newCaptchaEngine()Instantiates the default captcha engine.protected ChartEngineChart. newChartEngine()Instantiates the default chart engine.protected TabboxEngineTabbox. newTabboxEngine()Instantiates the default tabbox engine.protected intAbstractSimpleDateTimeConstraint. parseConstraint(java.lang.String constraint)protected intSimpleConstraint. parseConstraint(java.lang.String constraint)Parses a constraint into an integer value.protected intSimpleNumberInputConstraint. parseConstraint(java.lang.String constraint)protected abstract TAbstractSimpleDateTimeConstraint. parseFrom(java.lang.String val)protected java.util.DateSimpleDateConstraint. parseFrom(java.lang.String val)protected java.time.LocalDateSimpleLocalDateConstraint. parseFrom(java.lang.String val)protected java.time.LocalTimeSimpleLocalTimeConstraint. parseFrom(java.lang.String val) -
Uses of UiException in org.zkoss.zul.impl
Methods in org.zkoss.zul.impl that throw UiException Modifier and Type Method Description protected voidMeshElement. checkBeforeSetRows()Internal check if there is any use of vflex and height before setRowsvoidXulElement. setCtrlKeys(java.lang.String ctrlKeys)Sets what keystrokes to intercept.
-