Class IllegalMixinException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.stianloader.micromixin.remapper.IllegalMixinException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalMixinException
Constructor. Creates anExceptionwith the supplied detail message.- Parameters:
detailMessage- The detail message to pass to the superconstructor- See Also:
-