Class Mismatch
java.lang.Object
io.opentelemetry.javaagent.tooling.muzzle.Mismatch
- Direct Known Subclasses:
Mismatch.HelperClassesInjectionError,Mismatch.InstrumentationModuleClassLoaderMismatch,Mismatch.MissingClass,Mismatch.MissingField,Mismatch.MissingFlag,Mismatch.MissingMethod,Mismatch.ReferenceCheckError
A mismatch between a
ClassRef and a runtime class.
This class' toString() returns a human-readable description of the mismatch along
with the first source code location of the reference which caused the mismatch.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents failure to injectInstrumentationModuleMuzzle.getMuzzleHelperClassNames()into some class loader.static classRepresents failure of some class loader to satisfyInstrumentationModule.classLoaderMatcher().static classstatic classstatic classstatic classstatic classFallback mismatch in case an unexpected exception occurs during reference checking. -
Method Summary