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.xel XEL - Extensible Expression Language. 
 

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(java.lang.Throwable t)
          Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
static SystemException SystemException.Aide.wrap(java.lang.Throwable t, int code)
          Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
static SystemException SystemException.Aide.wrap(java.lang.Throwable t, int code, java.lang.Object fmtArg)
          Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
static SystemException SystemException.Aide.wrap(java.lang.Throwable t, int code, java.lang.Object[] fmtArgs)
          Converts an exception to SystemException or OperationException depending on whether t implements Expetable.
static SystemException SystemException.Aide.wrap(java.lang.Throwable t, java.lang.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.xel
 

Subclasses of SystemException in org.zkoss.xel
 class XelException
          Represents a XEL exception.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.