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
public class CancellationException
extends java.lang.RuntimeException
Exception thrown when a consumer attemtps to call cancel() on a
callback not marked as cancellable.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CancellationException()CancellationException(java.lang.String message)CancellationException(java.lang.String message, java.lang.Throwable cause)CancellationException(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
-
CancellationException
public CancellationException() -
CancellationException
public CancellationException(java.lang.String message) -
CancellationException
public CancellationException(java.lang.Throwable cause) -
CancellationException
public CancellationException(java.lang.String message, java.lang.Throwable cause)
-