Class InjectionValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spongepowered.asm.mixin.injection.throwables.InjectionValidationException
All Implemented Interfaces:
java.io.Serializable

public class InjectionValidationException
extends java.lang.Exception
Thrown when an injector group fails an injection check
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    InjectionValidationException​(InjectorGroupInfo group, java.lang.String message)  
  • Method Summary

    Modifier and Type Method Description
    InjectorGroupInfo getGroup()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

    • InjectionValidationException

      public InjectionValidationException​(InjectorGroupInfo group, java.lang.String message)
  • Method Details