Class MixinReloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.mixin.throwables.MixinException
org.spongepowered.asm.mixin.transformer.throwables.MixinReloadException
- All Implemented Interfaces:
java.io.Serializable
public class MixinReloadException extends MixinException
An exception that occurs when a mixin reloads and does something it is
normally allowed to do but isn't due to reloading restrictions.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MixinReloadException(IMixinInfo mixinInfo, java.lang.String message) -
Method Summary
Modifier and Type Method Description IMixinInfogetMixinInfo()Methods inherited from class org.spongepowered.asm.mixin.throwables.MixinException
getMessage, prependMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MixinReloadException
-
-
Method Details
-
getMixinInfo
-