Class CancellationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.spongepowered.asm.mixin.injection.callback.CancellationException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class CancellationException extends java.lang.RuntimeExceptionDeprecated.micromixin-runtime is deprecated for removal. Use micromixin-annotations instead. Reason for this is that mixin annotations have a retention policy ofRetentionPolicy.RUNTIME. In edge cases such asAnnotation.annotationType(), the class needs to present at runtime. This is especially compounded by JPMS not supporting packages being in two or more modules, while micromixin-annotation having theLocalCaptureclass in the callback package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancellationException(java.lang.String message)Deprecated.
-