Class InvalidImplicitDiscriminatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.mixin.throwables.MixinException
org.spongepowered.asm.mixin.injection.modify.InvalidImplicitDiscriminatorException
- All Implemented Interfaces:
Serializable
public class InvalidImplicitDiscriminatorException
extends org.spongepowered.asm.mixin.throwables.MixinException
Thrown when an implicit discriminator (no args) fails to identify
a unique candidate.
- See Also:
-
Constructor Summary
Constructors -
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
-
InvalidImplicitDiscriminatorException
-
InvalidImplicitDiscriminatorException
-