Class ArgumentCountException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.spongepowered.asm.mixin.injection.invoke.arg.ArgumentCountException
- All Implemented Interfaces:
Serializable
Exception thrown when varargs array passed into
Args.setAll(java.lang.Object...)
is of a different length than the args- 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
-
ArgumentCountException
-