MCPcopy Create free account
hub / github.com/google/guice / errorEnhancingClass

Method errorEnhancingClass

core/src/com/google/inject/internal/Errors.java:538–540  ·  view source on GitHub ↗
(Class<?> clazz, Throwable cause)

Source from the content-addressed store, hash-verified

536 }
537
538 public Errors errorEnhancingClass(Class<?> clazz, Throwable cause) {
539 return errorInUserCode(cause, "Unable to method intercept: %s", clazz);
540 }
541
542 public static Collection<Message> getMessagesFromThrowable(Throwable throwable) {
543 if (throwable instanceof ProvisionException) {

Callers 2

ProxyFactoryMethod · 0.80
createMethod · 0.80

Calls 1

errorInUserCodeMethod · 0.95

Tested by

no test coverage detected