|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NestableRuntimeException | |
---|---|
net.sf.composite | Provides tools for implementing the Composite design pattern. |
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 NestableRuntimeException in net.sf.composite |
---|
Subclasses of NestableRuntimeException in net.sf.composite | |
---|---|
class |
CompositeException
Indicates some problem was encountered while performing an operation related to object composition. |
Uses of NestableRuntimeException in net.sf.composite.extract |
---|
Subclasses of NestableRuntimeException in net.sf.composite.extract | |
---|---|
class |
ComponentAccessorException
Indicates that the components could not be extracted from a composite. |
Uses of NestableRuntimeException in net.sf.composite.specialize |
---|
Subclasses of NestableRuntimeException in net.sf.composite.specialize | |
---|---|
class |
SpecializationException
Indicates that a composite could not be specialized. |
Uses of NestableRuntimeException in net.sf.composite.validate |
---|
Subclasses of NestableRuntimeException in net.sf.composite.validate | |
---|---|
class |
ComponentValidationException
Indicates that a composite could not be validated for some reason. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |