|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expectable | |
---|---|
org.zkoss.lang | The most fundamental Java utilities relevant. |
org.zkoss.util | Utilities for handling data structures. |
org.zkoss.zk.ui | Interfaces of the common user-interfaces, such as Page and Component. |
Uses of Expectable in org.zkoss.lang |
---|
Subinterfaces of Expectable in org.zkoss.lang | |
---|---|
interface |
Warning
Represents an exception is a warning rather than error. |
Classes in org.zkoss.lang that implement Expectable | |
---|---|
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. |
Uses of Expectable in org.zkoss.util |
---|
Classes in org.zkoss.util that implement Expectable | |
---|---|
class |
InvalidValueException
Denotes an invalid value is passed to a setter method. |
Uses of Expectable in org.zkoss.zk.ui |
---|
Classes in org.zkoss.zk.ui that implement Expectable | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |