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
    IMixinInfo getMixinInfo()  

    Methods inherited from class org.spongepowered.asm.mixin.throwables.MixinException

    getMessage, prepend

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MixinReloadException

      public MixinReloadException​(IMixinInfo mixinInfo, java.lang.String message)
  • Method Details