|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.entityfs.util.AbstractIteratorUtil
public abstract class AbstractIteratorUtil
This is an abstract base class for the iterator utility classes.
Constructor Summary | |
---|---|
protected |
AbstractIteratorUtil(ErrorHandlingStrategy ehs)
|
Method Summary | |
---|---|
protected void |
letErrorStrategyHandle(Exception e,
EntityView ev)
Let the error strategy handle an Exception . |
protected void |
letErrorStrategyHandle(FileSystemException e,
EntityView ev)
Let the error strategy handle a FileSystemException . |
protected void |
letErrorStrategyHandle(RuntimeException e,
EntityView ev)
Let the error strategy handle a RuntimeException . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractIteratorUtil(ErrorHandlingStrategy ehs)
ehs
- Error handling strategy. May be null
which means that
exceptions will be thrown once they're caught.Method Detail |
---|
protected void letErrorStrategyHandle(FileSystemException e, EntityView ev)
FileSystemException
.
e
- The exceptionev
- The entity whose file system's log adapter should be used for
loggingprotected void letErrorStrategyHandle(RuntimeException e, EntityView ev)
RuntimeException
.
e
- The exceptionev
- The entity whose file system's log adapter should be used for
loggingprotected void letErrorStrategyHandle(Exception e, EntityView ev)
Exception
.
e
- The exceptionev
- The entity whose file system's log adapter should be used for
logging
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |