Class ExtensionCheckClass.ValidationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.asm.mixin.throwables.MixinException
org.spongepowered.asm.mixin.transformer.ext.extensions.ExtensionCheckClass.ValidationFailedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ExtensionCheckClass
public static class ExtensionCheckClass.ValidationFailedException
extends org.spongepowered.asm.mixin.throwables.MixinException
Exception thrown when checkclass fails
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationFailedException(String message) ValidationFailedException(String message, Throwable cause) -
Method Summary
Methods 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, toString
-
Constructor Details
-
ValidationFailedException
-
ValidationFailedException
-
ValidationFailedException
-