api / org.gradle.tooling / ListenerFailedException

ListenerFailedException

open class ListenerFailedException : 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

Constructors

<init>

ListenerFailedException(message: String, failures: MutableList<out Throwable>)

Functions

getCauses

open fun getCauses(): MutableList<out Throwable>