Package dev.gradleplugins.runnerkit
Class UnexpectedBuildFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.gradleplugins.runnerkit.UnexpectedBuildResultException
-
- dev.gradleplugins.runnerkit.UnexpectedBuildFailure
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnexpectedBuildFailure extends UnexpectedBuildResultException
Thrown when executing a build that was expected to succeed, but failed.- See Also:
GradleRunner.build(), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedBuildFailure(java.lang.String message, BuildResult buildResult)
-
Method Summary
-
Methods inherited from class dev.gradleplugins.runnerkit.UnexpectedBuildResultException
getBuildResult
-
-
-
-
Constructor Detail
-
UnexpectedBuildFailure
public UnexpectedBuildFailure(java.lang.String message, BuildResult buildResult)
-
-