MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / close

Method close

exceptions/CloseExceptions.java:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19class Closer extends Reporter2 {
20 @Override
21 public void close() throws CloseException {
22 super.close();
23 throw new CloseException();
24 }
25}
26
27public class CloseExceptions {

Callers 3

mainMethod · 0.45
InputFileMethod · 0.45
disposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected