Uses of Class
org.zkoss.lang.SystemException

Packages that use SystemException
org.zkoss.lang The most fundamental Java utilities relevant. 
org.zkoss.util Utilities for handling data structures. 
org.zkoss.util.resource Resources and their locators and loaders. 
org.zkoss.xel XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL. 
 

Uses of SystemException in org.zkoss.lang
 

Subclasses of SystemException in org.zkoss.lang
 class OperationException
          The expectable system exception denoting user's operation errors.
 class PotentialDeadLockException
          Denote a potential dead lock might occur.
 class WarningException
          The warning exception.
 

Methods in org.zkoss.lang that return SystemException
static SystemException SystemException.Aide.wrap(Throwable t)
          Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
static SystemException SystemException.Aide.wrap(Throwable t, int code)
          Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
static SystemException SystemException.Aide.wrap(Throwable t, int code, Object fmtArg)
          Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
static SystemException SystemException.Aide.wrap(Throwable t, int code, Object[] fmtArgs)
          Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
static SystemException SystemException.Aide.wrap(Throwable t, String msg)
          Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
 

Uses of SystemException in org.zkoss.util
 

Subclasses of SystemException in org.zkoss.util
 class IllegalSyntaxException
          Represents a syntax error.
 

Uses of SystemException in org.zkoss.util.resource
 

Methods in org.zkoss.util.resource that throw SystemException
static String Labels.getRequiredLabel(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
 class XelException
          Represents a XEL exception.
 



Copyright © 2012. All Rights Reserved.