|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectUnderConstructionException | |
|---|---|
| net.sf.staccatocommons.lang.builder | This package defines interfaces, exceptions and abstract classes for implementing a builder |
| Uses of ObjectUnderConstructionException in net.sf.staccatocommons.lang.builder |
|---|
| Methods in net.sf.staccatocommons.lang.builder that return ObjectUnderConstructionException | |
|---|---|
protected ObjectUnderConstructionException |
AbstractReusableBuilder.DoneCheck.createException(net.sf.staccatocommons.check.Check.Failure failure)
|
| Methods in net.sf.staccatocommons.lang.builder that throw ObjectUnderConstructionException | |
|---|---|
T |
AbstractReusableBuilder.build()
Checks the builder is ready for creating a new object, sending AbstractReusableBuilder.checkDone(DoneCheck) messages, and then creates it, sending
AbstractReusableBuilder.buildObject(). |
T |
Builder.build()
Returns the built object. |
T |
ReusableBuilder.build()
Returns the built object. |
protected void |
AbstractReusableBuilder.checkDone(AbstractReusableBuilder.DoneCheck check)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||