| Exception | Description |
|---|---|
| InvalidInterfaceMixinException |
Exception thrown for bad states when parsing/loading interface mixins
|
| InvalidMixinException |
Thrown by the mixin validator when a mixin fails a pre-flight check
|
| MixinReloadException |
An exception that occurs when a mixin reloads and does something it is
normally allowed to do but isn't due to reloading restrictions.
|
| MixinTargetAlreadyLoadedException |
Exception thrown when a specified mixin target was already classloaded.
|
| Error | Description |
|---|---|
| MixinTransformerError |
Error to throw for things which really shouldn't happen
|