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.web.servlet.dsp Dynamic Servlet Page (DSP). 
org.zkoss.xel XEL - Extensible Expression Language to encapsulate different implementations, such as EL, MVEL and OGNL. 
org.zkoss.zk.au Requests and responsed used to communicate between client and server, called asynchronous updates. 
org.zkoss.zk.device Device (such as Ajax browsers and mobile devices) relevant classes. 
org.zkoss.zk.scripting Scripting intepreter relevant classes, including interpreter, namespace and so on. 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.select.impl Implementation of ZK Component Selector 
 

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.
 

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

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 java.lang.String Labels.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
 class DspException
          Represents a DSP exception.
 

Uses of SystemException in org.zkoss.xel
 

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

Uses of SystemException in org.zkoss.zk.au
 

Subclasses of SystemException in org.zkoss.zk.au
 class RequestOutOfSequenceException
          Indicates 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
 class DeviceNotFoundException
          Denotes 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
 class InterpreterNotFoundException
          Denotes 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
 class ActivationTimeoutException
          Indicates the activation of an execution is taking too long.
 class ArithmeticWrongValueException
          For ArithmeticException wrong value wrapper.
 class ComponentNotFoundException
          Denotes a component cannot be found.
 class DesktopUnavailableException
          Denotes the desktop being accessed is no longer available.
 class SuspendNotAllowedException
          Denotes the current event processing thread cannot be suspended because there are too many suspended threads.
 class UiException
          Represents a UI-relevant runtime exception.
 class WrongValueException
          Denotes the value passed to a setter (a.k.a., mutator) of a component is wrong.
 class WrongValuesException
          Denotes an exception that is an aggregation of multiple WrongValueException.
 

Uses of SystemException in org.zkoss.zk.ui.metainfo
 

Subclasses of SystemException in org.zkoss.zk.ui.metainfo
 class DefinitionNotFoundException
          Denotes a definition cannot be found.
 class PropertyNotFoundException
          Represents 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
 class ParseException
          Exception thrown for illegal selector string.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo