Uses of Class
net.sf.composite.CompositeException

Packages that use CompositeException
net.sf.composite Provides tools for implementing the Composite design pattern. 
net.sf.composite.composites Composite implementations. 
net.sf.composite.extract Provides standard interfaces for accessing and manipulating the components of a composite. 
net.sf.composite.specialize Defines standard interfaces for specializing a Composite. 
net.sf.composite.validate Defines standard interfaces for objects which are responsible for validating the components in a composite are valid. 
 

Uses of CompositeException in net.sf.composite
 

Methods in net.sf.composite that throw CompositeException
 boolean ListableComposite.containsComponentOfType(java.lang.Class componentType)
          Indicates whether one or more components of the given type make up this composite.
 java.lang.Object[] ListableComposite.getComponentsOfType(java.lang.Class componentType)
          Returns the components that make up this composite that are of the given type.
 java.lang.Class StrictlyTypedComposite.getComponentType()
          Indicates a type which must be implemented by each of the components of this composite
 

Uses of CompositeException in net.sf.composite.composites
 

Methods in net.sf.composite.composites that throw CompositeException
 boolean BaseComposite.containsComponentOfType(java.lang.Class componentType)
           
 java.lang.Object[] BaseComposite.getComponentsOfType(java.lang.Class componentType)
           
 java.lang.Class BaseComposite.getComponentType()
           
 

Uses of CompositeException in net.sf.composite.extract
 

Subclasses of CompositeException in net.sf.composite.extract
 class ComponentAccessorException
          Indicates that the components could not be extracted from a composite.
 

Uses of CompositeException in net.sf.composite.specialize
 

Subclasses of CompositeException in net.sf.composite.specialize
 class SpecializationException
          Indicates that a composite could not be specialized.
 

Uses of CompositeException in net.sf.composite.validate
 

Subclasses of CompositeException in net.sf.composite.validate
 class ComponentValidationException
          Indicates that a composite could not be validated for some reason.
 



Copyright © 2005-2008.