Class MixinError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.spongepowered.asm.mixin.throwables.MixinError
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InjectionError,LVTGeneratorError,MixinApplyError,MixinInitialisationError,MixinPrepareError,MixinTransformerError
public class MixinError
extends java.lang.Error
An internal error in mixin, not an invalid mixin or user state, but
something wrong in Mixin's state which isn't the user's fault
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MixinError()MixinError(java.lang.String message)MixinError(java.lang.String message, java.lang.Throwable cause)MixinError(java.lang.Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
-
MixinError
public MixinError() -
MixinError
public MixinError(java.lang.String message) -
MixinError
public MixinError(java.lang.Throwable cause) -
MixinError
public MixinError(java.lang.String message, java.lang.Throwable cause)
-