Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ makeExceptionInfo
Method
makeExceptionInfo
src/main/java/groovy/inspect/Inspector.java:385–387 ·
view source on GitHub ↗
(Class[] exceptions)
Source
from the content-addressed store, hash-verified
383
}
384
385
private
static
String makeExceptionInfo(Class[] exceptions) {
386
return
makeTypesInfo(exceptions);
387
}
388
389
/**
390
* Builds descriptive information
for
a Java method.
Callers
1
methodInfo
Method · 0.95
Calls
1
makeTypesInfo
Method · 0.95
Tested by
no test coverage detected