| 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
|
| MixinApplicatorException |
Exception thrown for errors during mixin application
|
| MixinPreProcessorException |
Exception indicating a problem during pre-processing
|
| 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
|
| ReEntrantTransformerError |
Error thrown when transformer re-entrance is detected
|