Package org.gradle.tooling
Class ListenerFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.tooling.GradleConnectionException
org.gradle.tooling.ListenerFailedException
- All Implemented Interfaces:
Serializable
Thrown whenever a listener fails with an exception, which in general implies that
the build completed like it should, but that one of the listeners failed with an
exception.
- Since:
- 2.5
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.gradle.tooling.GradleConnectionException
getFailures
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ListenerFailedException
-
-
Method Details
-
getCauses
-