Interface ModelAccessProvider.IOModelAccessFunction
- Enclosing interface:
ModelAccessProvider
public static interface ModelAccessProvider.IOModelAccessFunction
A simple (optional) function that may throw an
IOException. IndexOutOfBoundsException
is also considered as serializer parsers may throw that also.- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
execute
Executes the function.- Parameters:
modelAccess- the model access- Returns:
modelAccessor some nested model access function to continue with- Throws:
IOException- may be thrown but also caught inModelAccessProvider.optional(ModelAccess, IOVoidFunction)IndexOutOfBoundsException- may be thrown but also caught inModelAccessProvider.optional(ModelAccess, IOVoidFunction)
-