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:
java.io.Serializable
public class ListenerFailedException extends GradleConnectionException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListenerFailedException(java.lang.String message, java.util.List<? extends java.lang.Throwable> failures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<? extends java.lang.Throwable>
getCauses()
-