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

Method getMessage

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

Source from the content-addressed store, hash-verified

14 }
15 public int val() { return x; }
16 @Override public String getMessage() {
17 return "Detail Message: "+ x
18 + " "+ super.getMessage();
19 }
20}
21
22public class ExtraFeatures {

Callers 15

mainMethod · 0.80
mainMethod · 0.80
handleExceptionMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
testMethod · 0.80
mainMethod · 0.80
fullMethod · 0.80
emptyMethod · 0.80
nullPutMethod · 0.80
testVersionsMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by 5

mainMethod · 0.64
fullMethod · 0.64
emptyMethod · 0.64
nullPutMethod · 0.64
testVersionsMethod · 0.64