Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/guice
/ getMessage
Method
getMessage
core/src/com/google/inject/spi/Message.java:110–112 ·
view source on GitHub ↗
Gets the error message text.
()
Source
from the content-addressed store, hash-verified
108
109
/** Gets the error message text. */
110
public
String getMessage() {
111
return
errorDetail.getMessage();
112
}
113
114
/** @since 2.0 */
115
@Override
Callers
15
assertFailure
Method · 0.95
testImplementedByEnum
Method · 0.95
testUnresolvableSingletonCircularDependencyErrorMessage
Method · 0.95
failingScanner
Method · 0.95
writeReplace
Method · 0.95
testProvisionExceptionOnDependenciesOfCxtor
Method · 0.95
isTypeNotSpecified
Method · 0.95
testInjectingFinalFieldsIsForbidden
Method · 0.45
testInjectingAbstractMethodsIsForbidden
Method · 0.45
testInjectingMethodsWithTypeParametersIsForbidden
Method · 0.45
testNoImplicitBindingIsCreatedForAnnotatedKeys
Method · 0.45
testRecursiveJitBindingsCleanupCorrectly
Method · 0.45
Calls
no outgoing calls
Tested by
15
assertFailure
Method · 0.76
testImplementedByEnum
Method · 0.76
testUnresolvableSingletonCircularDependencyErrorMessage
Method · 0.76
failingScanner
Method · 0.76
testProvisionExceptionOnDependenciesOfCxtor
Method · 0.76
testInjectingFinalFieldsIsForbidden
Method · 0.36
testInjectingAbstractMethodsIsForbidden
Method · 0.36
testInjectingMethodsWithTypeParametersIsForbidden
Method · 0.36
testNoImplicitBindingIsCreatedForAnnotatedKeys
Method · 0.36
testRecursiveJitBindingsCleanupCorrectly
Method · 0.36
testRecursiveLoadWithoutOptionals_atInjectorCreation
Method · 0.36
testRecursiveLoadWithoutOptionals_afterCreation
Method · 0.36