| Class | Description |
|---|---|
| Args |
Argument bundle class used in
ModifyArgs callbacks. |
| ArgsClassGenerator |
Class generator which creates subclasses of
Args to be used by the
ModifyArgs injector. |
| Exception | Description |
|---|---|
| ArgumentCountException |
Exception thrown when varargs array passed into
Args.setAll(java.lang.Object...)
is of a different length than the args |
| ArgumentIndexOutOfBoundsException |
Exception thrown when attempting to set an argument (via)
Args which
is out of bounds |