| Exception | Description |
|---|---|
| ClassAlreadyLoadedException |
Exception raised when a class was loaded before mixins were able to be
applied.
|
| ClassMetadataNotFoundException |
Since it's inconvenient to throw the (checked)
ClassNotFoundException
this exception can be selectively thrown when ClassInfo.forName(java.lang.String)
returns null (indicating class couldn't be loaded or was not found)
in situations where we actually care about it failing and want to throw
something. |
| MixinException |
Base class for all mixin processor exceptions
|
| Error | Description |
|---|---|
| MixinApplyError |
Error to throw for required mixins when mixing of the mixin fails
|
| MixinError |
An internal error in mixin, not an invalid mixin or user state, but
something wrong in Mixin's state which isn't the user's fault
|
| MixinPrepareError |
Error to throw for required configs when initialising of the config fails
|