MCPcopy 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
220static public RuntimeException runtimeException(String s){
221 return new RuntimeException(s);
222}
223
224static public RuntimeException runtimeException(String s, Throwable e){
225 return new RuntimeException(s, e);

Callers 15

assocExMethod · 0.95
assocExMethod · 0.95
restartMethod · 0.95
dispatchMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
evalMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected