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

Method walk

exceptions/StormyInning.java:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18 public abstract void atBat() throws Strike, Foul;
19 public void walk() {} // Throws no checked exceptions
20}
21
22class StormException extends Exception {}

Callers 6

mainMethod · 0.80
mainMethod · 0.80
delTxtFilesMethod · 0.80
mainMethod · 0.80
processDirectoryTreeMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected