Uses of Interface
org.zkoss.lang.Expectable

Packages that use Expectable
org.zkoss.lang The most fundamental Java utilities relevant. 
org.zkoss.util Utilities for handling data structures. 
 

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.
 



Copyright © 2011. All Rights Reserved.