Class InvalidSelectorException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidMemberDescriptorException, TargetNotSupportedException

public class InvalidSelectorException extends org.spongepowered.asm.mixin.throwables.MixinException
Exception to be thrown from ITargetSelector.validate() when a target selector fails verification
See Also:
  • Constructor Details

    • InvalidSelectorException

      public InvalidSelectorException(String message)
    • InvalidSelectorException

      public InvalidSelectorException(Throwable cause)
    • InvalidSelectorException

      public InvalidSelectorException(String message, Throwable cause)