Class ExtensionCheckClass.ValidationFailedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ExtensionCheckClass

    public static class ExtensionCheckClass.ValidationFailedException
    extends org.spongepowered.asm.mixin.throwables.MixinException
    Exception thrown when checkclass fails
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class org.spongepowered.asm.mixin.throwables.MixinException

        getMessage, prepend
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • 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)