Package dev.gradleplugins.runnerkit
Class InvalidRunnerConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- dev.gradleplugins.runnerkit.InvalidRunnerConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public final class InvalidRunnerConfigurationException extends java.lang.IllegalStateExceptionThrown when a build cannot be executed due to the runner being in an invalid state.
-
-
Constructor Summary
Constructors Constructor Description InvalidRunnerConfigurationException(java.lang.String s)InvalidRunnerConfigurationException(java.lang.String s, java.lang.RuntimeException e)
-