MCPcopy 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

methodInfoMethod · 0.95

Calls 1

makeTypesInfoMethod · 0.95

Tested by

no test coverage detected