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, 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
-
MixinPreProcessorException
-
MixinPreProcessorException
public MixinPreProcessorException(java.lang.String message, java.lang.Throwable cause, ActivityStack context)
-