Class ArgumentIndexOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
org.spongepowered.asm.mixin.injection.invoke.arg.ArgumentIndexOutOfBoundsException
- All Implemented Interfaces:
Serializable
Exception thrown when attempting to set an argument (via)
Args
which
is out of bounds- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArgumentIndexOutOfBoundsException
public ArgumentIndexOutOfBoundsException(int index)
-