Uses of Class
org.zkoss.lang.SystemException
-
Packages that use SystemException Package Description org.zkoss.lang org.zkoss.util org.zkoss.util.resource org.zkoss.xel -
-
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.xel
Subclasses of SystemException in org.zkoss.xel Modifier and Type Class Description classXelExceptionRepresents a XEL exception.
-