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:
java.io.Serializable
- Enclosing class:
- ExtensionCheckClass
public static class ExtensionCheckClass.ValidationFailedException extends MixinException
Exception thrown when checkclass fails
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ValidationFailedException(java.lang.String message)ValidationFailedException(java.lang.String message, java.lang.Throwable cause)ValidationFailedException(java.lang.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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ValidationFailedException
public ValidationFailedException(java.lang.String message, java.lang.Throwable cause) -
ValidationFailedException
public ValidationFailedException(java.lang.String message) -
ValidationFailedException
public ValidationFailedException(java.lang.Throwable cause)
-