Class CancellationException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class CancellationException
    extends java.lang.RuntimeException
    Deprecated.
    micromixin-runtime is deprecated for removal. Use micromixin-annotations instead. Reason for this is that mixin annotations have a retention policy of RetentionPolicy.RUNTIME. In edge cases such as Annotation.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 the LocalCapture class in the callback package.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CancellationException​(java.lang.String message)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 Detail

      • CancellationException

        public CancellationException​(java.lang.String message)
        Deprecated.