Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
class
Closer extends Reporter2 {
20
@Override
21
public
void
close() throws CloseException {
22
super.close();
23
throw
new
CloseException();
24
}
25
}
26
27
public
class
CloseExceptions {
Callers
3
main
Method · 0.45
InputFile
Method · 0.45
dispose
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected