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

public abstract class Mismatch extends Object
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.