public static interface TreeTraverser.ErrorHandler
RepositoryException
s occurring on
traversal. The predefined IGNORE
error handler can be used to
ignore all exceptions.Modifier and Type | Field and Description |
---|---|
static TreeTraverser.ErrorHandler |
IGNORE
Predefined error handler which ignores all exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
call(Item item,
RepositoryException exception)
This call back method is called whenever an error occurs while
traversing.
|
static final TreeTraverser.ErrorHandler IGNORE
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"