Package org.spongepowered.asm.mixin.transformer.throwables
-
Exception Summary Exception Description InvalidInterfaceMixinException Exception thrown for bad states when parsing/loading interface mixinsInvalidMixinException Thrown by the mixin validator when a mixin fails a pre-flight checkMixinApplicatorException Exception thrown for errors during mixin applicationMixinPreProcessorException Exception indicating a problem during pre-processingMixinReloadException 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 Summary Error Description IllegalClassLoadError Error thrown when a class defined in a mixin package is classloadedMixinTransformerError Error to throw for things which really shouldn't happenReEntrantTransformerError Error thrown when transformer re-entrance is detected