|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentValidationException | |
---|---|
net.sf.composite | Provides tools for implementing the Composite design pattern. |
net.sf.composite.composites | Composite implementations. |
net.sf.composite.validate | Defines standard interfaces for objects which are responsible for validating the components in a composite are valid. |
net.sf.composite.validate.validators | Validator implementations. |
Uses of ComponentValidationException in net.sf.composite |
---|
Methods in net.sf.composite that throw ComponentValidationException | |
---|---|
void |
ValidatableComposite.validate()
Validates that the internal state of this composite is valid. |
Uses of ComponentValidationException in net.sf.composite.composites |
---|
Methods in net.sf.composite.composites that throw ComponentValidationException | |
---|---|
void |
BaseComposite.validate()
|
Uses of ComponentValidationException in net.sf.composite.validate |
---|
Methods in net.sf.composite.validate that throw ComponentValidationException | |
---|---|
void |
ComponentValidator.validate(java.lang.Object composite)
Validates that the internal state of the given composite is valid. |
Uses of ComponentValidationException in net.sf.composite.validate.validators |
---|
Methods in net.sf.composite.validate.validators that throw ComponentValidationException | |
---|---|
void |
BaseCompositeValidator.validate(java.lang.Object composite)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |