Class CancellationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.mixin.injection.callback.CancellationException
- All Implemented Interfaces:
Serializable
Exception thrown when a consumer attemtps to call cancel() on a
callback not marked as cancellable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCancellationException(String message) CancellationException(String message, Throwable cause) CancellationException(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
-
CancellationException
public CancellationException() -
CancellationException
-
CancellationException
-
CancellationException
-