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
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 Summary
ConstructorsConstructorDescriptionTargetNotSupportedException(String message) TargetNotSupportedException(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
-
TargetNotSupportedException
-
TargetNotSupportedException
-
TargetNotSupportedException
-