Package | Description |
---|---|
org.zkoss.lang |
The most fundamental Java utilities relevant.
|
org.zkoss.util |
Utilities for handling data structures.
|
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 | |
org.zkoss.zk.ui.metainfo |
Metainfo representing pages and languages (implementation only).
|
org.zkoss.zk.ui.select.impl |
Implementation of ZK Component Selector
|
Modifier and Type | Class and Description |
---|---|
class |
CommonException
The most fundamental non-runtime exception of Potix classes.
|
class |
OperationException
The expectable system exception denoting user's operation errors.
|
class |
PotentialDeadLockException
Denote a potential dead lock might occur.
|
class |
SystemException
Indicates a system exception.
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalSyntaxException
Represents a syntax error.
|
Modifier and Type | Class and Description |
---|---|
class |
DspException
Represents a DSP exception.
|
Modifier and Type | Class and Description |
---|---|
class |
XelException
Represents a XEL exception.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestOutOfSequenceException
Indicates a request is out-of-sequence, and the request shall be ignored.
|
Modifier and Type | Class and Description |
---|---|
class |
DeviceNotFoundException
Denotes the interpreter of the requested device type is not found.
|
Modifier and Type | Class and Description |
---|---|
class |
InterpreterNotFoundException
Denotes the interpreter of the requested scripting language not found.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ParseException
Exception thrown for illegal selector string.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.