Uses of Class
org.zkoss.lang.SystemException
-
-
Uses of SystemException in org.zkoss.lang
Subclasses of SystemException in org.zkoss.lang Modifier and Type Class Description classOperationExceptionThe expectable system exception denoting user's operation errors.classPotentialDeadLockExceptionDenote a potential dead lock might occur.Methods in org.zkoss.lang that return SystemException Modifier and Type Method Description static SystemExceptionSystemException.Aide. wrap(java.lang.Throwable t)Converts an exception to SystemException or OperationException depending on whether t implements Expectable.static SystemExceptionSystemException.Aide. wrap(java.lang.Throwable t, int code)Converts an exception to SystemException or OperationException depending on whether t implements Expectable.static SystemExceptionSystemException.Aide. wrap(java.lang.Throwable t, int code, java.lang.Object fmtArg)Converts an exception to SystemException or OperationException depending on whether t implements Expectable.static SystemExceptionSystemException.Aide. wrap(java.lang.Throwable t, int code, java.lang.Object[] fmtArgs)Converts an exception to SystemException or OperationException depending on whether t implements Expectable.static SystemExceptionSystemException.Aide. wrap(java.lang.Throwable t, java.lang.String msg)Converts an exception to SystemException or OperationException depending on whether t implements Expectable. -
Uses of SystemException in org.zkoss.util
Subclasses of SystemException in org.zkoss.util Modifier and Type Class Description classIllegalSyntaxExceptionRepresents a syntax error. -
Uses of SystemException in org.zkoss.util.resource
Methods in org.zkoss.util.resource that throw SystemException Modifier and Type Method Description static java.lang.StringLabels. getRequiredLabel(java.lang.String key)Returns the label of the specified key based on the current locale. -
Uses of SystemException in org.zkoss.web.servlet.dsp
Subclasses of SystemException in org.zkoss.web.servlet.dsp Modifier and Type Class Description classDspExceptionRepresents a DSP exception. -
Uses of SystemException in org.zkoss.xel
Subclasses of SystemException in org.zkoss.xel Modifier and Type Class Description classXelExceptionRepresents a XEL exception. -
Uses of SystemException in org.zkoss.zk.au
Subclasses of SystemException in org.zkoss.zk.au Modifier and Type Class Description classRequestOutOfSequenceExceptionIndicates a request is out-of-sequence, and the request shall be ignored. -
Uses of SystemException in org.zkoss.zk.device
Subclasses of SystemException in org.zkoss.zk.device Modifier and Type Class Description classDeviceNotFoundExceptionDenotes the interpreter of the requested device type is not found. -
Uses of SystemException in org.zkoss.zk.scripting
Subclasses of SystemException in org.zkoss.zk.scripting Modifier and Type Class Description classInterpreterNotFoundExceptionDenotes the interpreter of the requested scripting language not found. -
Uses of SystemException in org.zkoss.zk.ui
Subclasses of SystemException 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.classUiExceptionRepresents a UI-relevant runtime exception.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. -
Uses of SystemException in org.zkoss.zk.ui.metainfo
Subclasses of SystemException 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 SystemException in org.zkoss.zk.ui.select.impl
Subclasses of SystemException in org.zkoss.zk.ui.select.impl Modifier and Type Class Description classParseExceptionException thrown for illegal selector string.
-