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 Summary
ConstructorsConstructorDescriptionInvalidSelectorException(String message) InvalidSelectorException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.spongepowered.asm.mixin.throwables.MixinException
getMessage, prependMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSelectorException
-
InvalidSelectorException
-
InvalidSelectorException
-