Class FeatureMismatchException

All Implemented Interfaces:
Serializable

public class FeatureMismatchException extends EnhancementException
Indicates a mismatch in either dirty tracking or association management between consecutive attempts to enhance a class.
See Also:
  • Constructor Details

  • Method Details

    • getClassName

      public String getClassName()
    • getMismatchedFeature

      public FeatureMismatchException.Feature getMismatchedFeature()
    • wasPreviouslyEnabled

      public boolean wasPreviouslyEnabled()
    • checkFeatureEnablement

      public static void checkFeatureEnablement(net.bytebuddy.description.type.TypeDescription managedCtClass, FeatureMismatchException.Feature feature, boolean currentlyEnabled, boolean previouslyEnabled)