Uses of Interface
org.zkoss.mesg.MessageConst
-
-
Uses of MessageConst in org.zkoss.lang
Classes in org.zkoss.lang that implement MessageConst Modifier and Type Class 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. -
Uses of MessageConst in org.zkoss.mesg
Subinterfaces of MessageConst in org.zkoss.mesg Modifier and Type Interface Description interface
MCommon
interface
Messageable
Denotes an object that contains a message by use of an integer, called code.Classes in org.zkoss.mesg that implement MessageConst Modifier and Type Class Description class
Messages
The message manager. -
Uses of MessageConst in org.zkoss.util
Classes in org.zkoss.util that implement MessageConst Modifier and Type Class Description class
IllegalSyntaxException
Represents a syntax error. -
Uses of MessageConst in org.zkoss.web.mesg
Subinterfaces of MessageConst in org.zkoss.web.mesg Modifier and Type Interface Description interface
MWeb
-
Uses of MessageConst in org.zkoss.web.servlet.dsp
Classes in org.zkoss.web.servlet.dsp that implement MessageConst Modifier and Type Class Description class
DspException
Represents a DSP exception. -
Uses of MessageConst in org.zkoss.xel
Classes in org.zkoss.xel that implement MessageConst Modifier and Type Class Description class
XelException
Represents a XEL exception. -
Uses of MessageConst in org.zkoss.za11y.mesg
Subinterfaces of MessageConst in org.zkoss.za11y.mesg Modifier and Type Interface Description interface
MZa11y
-
Uses of MessageConst in org.zkoss.zk.au
Classes in org.zkoss.zk.au that implement MessageConst Modifier and Type Class Description class
RequestOutOfSequenceException
Indicates a request is out-of-sequence, and the request shall be ignored. -
Uses of MessageConst in org.zkoss.zk.device
Classes in org.zkoss.zk.device that implement MessageConst Modifier and Type Class Description class
DeviceNotFoundException
Denotes the interpreter of the requested device type is not found. -
Uses of MessageConst in org.zkoss.zk.mesg
Subinterfaces of MessageConst in org.zkoss.zk.mesg Modifier and Type Interface Description interface
MZk
-
Uses of MessageConst in org.zkoss.zk.scripting
Classes in org.zkoss.zk.scripting that implement MessageConst Modifier and Type Class Description class
InterpreterNotFoundException
Denotes the interpreter of the requested scripting language not found. -
Uses of MessageConst in org.zkoss.zk.ui
Classes in org.zkoss.zk.ui that implement MessageConst Modifier and Type Class 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
OperationException
The operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.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 multipleWrongValueException
. -
Uses of MessageConst in org.zkoss.zk.ui.metainfo
Classes in org.zkoss.zk.ui.metainfo that implement MessageConst Modifier and Type Class 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. -
Uses of MessageConst in org.zkoss.zk.ui.select.impl
Classes in org.zkoss.zk.ui.select.impl that implement MessageConst Modifier and Type Class Description class
ParseException
Exception thrown for illegal selector string. -
Uses of MessageConst in org.zkoss.zul.mesg
Subinterfaces of MessageConst in org.zkoss.zul.mesg Modifier and Type Interface Description interface
MZul
-