Class InvalidSliceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.mixin.throwables.MixinException
org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException
org.spongepowered.asm.mixin.injection.throwables.InvalidSliceException
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSliceException extends InvalidInjectionException
Thrown when an injector slice fails a state check, for example if a slice
selector fails or a slice is negative in size
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidSliceException(ISliceContext owner, java.lang.String message)InvalidSliceException(ISliceContext owner, java.lang.String message, java.lang.Throwable cause)InvalidSliceException(ISliceContext owner, java.lang.Throwable cause)InvalidSliceException(IMixinContext context, java.lang.String message)InvalidSliceException(IMixinContext context, java.lang.String message, java.lang.Throwable cause)InvalidSliceException(IMixinContext context, java.lang.Throwable cause) -
Method Summary
Methods inherited from class org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException
getInjectionInfoMethods inherited from class org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException
getMixinMethods inherited from class org.spongepowered.asm.mixin.throwables.MixinException
getMessage, prependMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
-
InvalidSliceException
-
InvalidSliceException
-
InvalidSliceException
-
InvalidSliceException
-
InvalidSliceException
public InvalidSliceException(IMixinContext context, java.lang.String message, java.lang.Throwable cause) -
InvalidSliceException
public InvalidSliceException(ISliceContext owner, java.lang.String message, java.lang.Throwable cause)
-