|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ErrorHandler | ErrorHandler implementation can decide what to do with certain conditions; specifically, they'll usually log or throw exceptions. |
NodeOperation |
Class Summary | |
---|---|
AbstractErrorHandler | |
NodeBuilder | |
Ops | Factory methods for most common NodeOperation implementations. |
RecursiveOp | Visits the hierarchy recursively and executes the operations on all nodes matching the filter. |
StrictErrorHandler | An ErrorHandler which interrupts operations as soon as one error happens, by throwing a NodeOperationException. |
Exception Summary | |
---|---|
NodeOperationException | A RuntimeException thrown by ErrorHandler implementations; clients of NodeBuilder should expect and handle this. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |