| Exception | Description |
|---|---|
| InjectionValidationException |
Thrown when an injector group fails an injection check
|
| InvalidInjectionException |
Thrown when an injector fails a state check, for example if an injector
handler signature is invalid, an invalid opcode is targetted, etc.
|
| InvalidInjectionPointException |
Thrown when an injection point cannot be parsed due to invalid data
|
| InvalidSliceException |
Thrown when an injector slice fails a state check, for example if a slice
selector fails or a slice is negative in size
|
| Error | Description |
|---|---|
| InjectionError |
Error to throw for critical injection problems
|