Class MixinPreProcessorException

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

public class MixinPreProcessorException
extends MixinException
Exception indicating a problem during pre-processing
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    MixinPreProcessorException​(java.lang.String message, java.lang.Throwable cause, ActivityStack context)  
    MixinPreProcessorException​(java.lang.String message, ActivityStack context)  
  • Method Summary

    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

    • MixinPreProcessorException

      public MixinPreProcessorException​(java.lang.String message, ActivityStack context)
    • MixinPreProcessorException

      public MixinPreProcessorException​(java.lang.String message, java.lang.Throwable cause, ActivityStack context)