Class IllegalMixinException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.stianloader.micromixin.remapper.IllegalMixinException
All Implemented Interfaces:
Serializable

public class IllegalMixinException extends Exception
An exception that is thrown whenever an aspect is encountered that would be illegal for any mixin implementation. Examples include attempting to mixin into primitives or arrays, broken descriptors or illegal characters in names, etc.

This exception is reserved for issues that are without a doubt fatal (or at the very best unintended) at runtime

See Also:
  • Constructor Details

    • IllegalMixinException

      public IllegalMixinException(@NotNull @NotNull String detailMessage)
      Constructor. Creates an Exception with the supplied detail message.
      Parameters:
      detailMessage - The detail message to pass to the superconstructor
      See Also: