Package org.spongepowered.asm.launch
Class MixinInitialisationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.spongepowered.asm.mixin.throwables.MixinError
org.spongepowered.asm.launch.MixinInitialisationError
- All Implemented Interfaces:
Serializable
public class MixinInitialisationError
extends org.spongepowered.asm.mixin.throwables.MixinError
Error raised when mixin subsystem initialisation fails
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMixinInitialisationError(String message) MixinInitialisationError(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MixinInitialisationError
public MixinInitialisationError() -
MixinInitialisationError
-
MixinInitialisationError
-
MixinInitialisationError
-