|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Messageable | |
---|---|
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.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). |
Uses of Messageable in org.zkoss.lang |
---|
Subinterfaces of Messageable in org.zkoss.lang | |
---|---|
interface |
Warning
Represents an exception is a warning rather than error. |
Classes in org.zkoss.lang that implement Messageable | |
---|---|
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. |
class |
WarningException
The warning exception. |
Uses of Messageable in org.zkoss.util |
---|
Classes in org.zkoss.util that implement Messageable | |
---|---|
class |
IllegalSyntaxException
Represents a syntax error. |
class |
InvalidValueException
Denotes an invalid value is passed to a setter method. |
class |
ModificationException
Denotes a modification fails. |
Uses of Messageable in org.zkoss.web.servlet.dsp |
---|
Classes in org.zkoss.web.servlet.dsp that implement Messageable | |
---|---|
class |
DspException
Represents a DSP exception. |
Uses of Messageable in org.zkoss.xel |
---|
Classes in org.zkoss.xel that implement Messageable | |
---|---|
class |
XelException
Represents a XEL exception. |
Uses of Messageable in org.zkoss.zk.device |
---|
Classes in org.zkoss.zk.device that implement Messageable | |
---|---|
class |
DeviceNotFoundException
Denotes the interpreter of the requested device type is not found. |
Uses of Messageable in org.zkoss.zk.scripting |
---|
Classes in org.zkoss.zk.scripting that implement Messageable | |
---|---|
class |
InterpreterNotFoundException
Denotes the interpreter of the requested scripting language not found. |
Uses of Messageable in org.zkoss.zk.ui |
---|
Classes in org.zkoss.zk.ui that implement Messageable | |
---|---|
class |
ComponentNotFoundException
Dentoes 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 an UI-relevant runtime exception. |
class |
WrongValueException
Denotes the value passed to a setter (aka., mutator) of a component is wrong. |
class |
WrongValuesException
Denotes an exception that is an aggregation of multiple WrongValueException . |
Uses of Messageable in org.zkoss.zk.ui.metainfo |
---|
Classes in org.zkoss.zk.ui.metainfo that implement Messageable | |
---|---|
class |
DefinitionNotFoundException
Dentoes a definition cannot be found. |
class |
PropertyNotFoundException
Represents the a property (aka., a method of a component) is not found. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |