Class TargetNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.mixin.throwables.MixinException
org.spongepowered.asm.mixin.injection.selectors.InvalidSelectorException
org.spongepowered.asm.mixin.injection.struct.TargetNotSupportedException
All Implemented Interfaces:
Serializable

public class TargetNotSupportedException extends InvalidSelectorException
Exception thrown when target selector is not valid for the supplied target context during ITargetSelector.attach(org.spongepowered.asm.mixin.injection.selectors.ISelectorContext)
See Also:
  • Constructor Details

    • TargetNotSupportedException

      public TargetNotSupportedException(String message)
    • TargetNotSupportedException

      public TargetNotSupportedException(Throwable cause)
    • TargetNotSupportedException

      public TargetNotSupportedException(String message, Throwable cause)