Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ runtimeException
Method
runtimeException
src/jvm/clojure/lang/Util.java:220–222 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
218
}
219
220
static
public
RuntimeException runtimeException(String s){
221
return
new
RuntimeException(s);
222
}
223
224
static
public
RuntimeException runtimeException(String s, Throwable e){
225
return
new
RuntimeException(s, e);
Callers
15
assocEx
Method · 0.95
assocEx
Method · 0.95
restart
Method · 0.95
dispatch
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
eval
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected