Class MixinTargetAlreadyLoadedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.mixin.throwables.MixinException
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException
org.spongepowered.asm.mixin.transformer.throwables.MixinTargetAlreadyLoadedException
All Implemented Interfaces:
java.io.Serializable

public class MixinTargetAlreadyLoadedException
extends InvalidMixinException
Exception thrown when a specified mixin target was already classloaded.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    MixinTargetAlreadyLoadedException​(IMixinInfo mixin, java.lang.String message, java.lang.String target)  
    MixinTargetAlreadyLoadedException​(IMixinInfo mixin, java.lang.String message, java.lang.String target, java.lang.Throwable cause)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getTarget()  

    Methods inherited from class org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException

    getMixin

    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

    • MixinTargetAlreadyLoadedException

      public MixinTargetAlreadyLoadedException​(IMixinInfo mixin, java.lang.String message, java.lang.String target)
    • MixinTargetAlreadyLoadedException

      public MixinTargetAlreadyLoadedException​(IMixinInfo mixin, java.lang.String message, java.lang.String target, java.lang.Throwable cause)
  • Method Details

    • getTarget

      public java.lang.String getTarget()