Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
22
public
class
ExtraFeatures {
Callers
15
main
Method · 0.80
main
Method · 0.80
handleException
Method · 0.80
main
Method · 0.80
main
Method · 0.80
test
Method · 0.80
main
Method · 0.80
full
Method · 0.80
empty
Method · 0.80
nullPut
Method · 0.80
testVersions
Method · 0.80
main
Method · 0.80
Calls
no outgoing calls
Tested by
5
main
Method · 0.64
full
Method · 0.64
empty
Method · 0.64
nullPut
Method · 0.64
testVersions
Method · 0.64