Class InvalidRunnerConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidRunnerConfigurationException
    extends java.lang.IllegalStateException
    Thrown when a build cannot be executed due to the runner being in an invalid state.
    Since:
    2.6
    See Also:
    GradleRunner.build(), GradleRunner.buildAndFail(), Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • InvalidRunnerConfigurationException

        public InvalidRunnerConfigurationException​(java.lang.String s)
      • InvalidRunnerConfigurationException

        public InvalidRunnerConfigurationException​(java.lang.String s,
                                                   UnsupportedVersionException e)