Package testdata
Class ClosableWithListExceptionOnClose
- java.lang.Object
-
- testdata.AbstractClosableWithList
-
- testdata.ClosableWithListExceptionOnClose
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class ClosableWithListExceptionOnClose extends AbstractClosableWithList
-
-
Constructor Summary
Constructors Constructor Description ClosableWithListExceptionOnClose()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class testdata.AbstractClosableWithList
add, getList, printList
-
-
-
-
Method Detail
-
close
public void close() throws CloseException- Throws:
CloseException
-
-