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

public class ArgumentIndexOutOfBoundsException extends IndexOutOfBoundsException
Exception thrown when attempting to set an argument (via) Args which is out of bounds
See Also:
  • Constructor Details

    • ArgumentIndexOutOfBoundsException

      public ArgumentIndexOutOfBoundsException(int index)