Uses of Interface
org.zkoss.lang.Expectable
-
Packages that use Expectable Package Description org.zkoss.lang org.zkoss.zk.ui -
-
Uses of Expectable in org.zkoss.lang
Classes in org.zkoss.lang that implement Expectable Modifier and Type Class Description classOperationExceptionThe expectable system exception denoting user's operation errors.classPotentialDeadLockExceptionDenote a potential dead lock might occur. -
Uses of Expectable in org.zkoss.zk.ui
Classes in org.zkoss.zk.ui that implement Expectable Modifier and Type Class Description classArithmeticWrongValueExceptionFor ArithmeticException wrong value wrapper.classOperationExceptionThe operation exception is a special UI exception that happens 'reasonably' -- usually caused by user rather than by programming error.classWrongValueExceptionDenotes the value passed to a setter (a.k.a., mutator) of a component is wrong.classWrongValuesExceptionDenotes an exception that is an aggregation of multipleWrongValueException.
-