Package org.gradle.tooling
Class GradleConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.tooling.GradleConnectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BuildActionFailureException
,BuildCancelledException
,BuildException
,ListenerFailedException
,TestExecutionException
,UnsupportedBuildArgumentException
,UnsupportedVersionException
Thrown when there is some problem using a Gradle connection.
- Since:
- 1.0-milestone-3
- See Also:
-
Constructor Summary
ConstructorDescriptionGradleConnectionException
(String message) GradleConnectionException
(String message, Throwable throwable) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionThe list of failures that occurred during the build.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getFailures
The list of failures that occurred during the build.- Returns:
- the failures
- Since:
- 8.12
-