Package org.apache.uima.util
Interface AutoCloseableNoException
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
FSsTobeAddedback
,FSsTobeAddedback.FSsTobeAddedbackMultiple
,FSsTobeAddedback.FSsTobeAddedbackSingle
public interface AutoCloseableNoException extends java.lang.AutoCloseable
protectIndexes returns instances of this, rather than AutoCloseable, to permit users to use try with resources without a catch for Exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-