api / org.gradle.api / InvalidUserCodeException

InvalidUserCodeException

open class InvalidUserCodeException : GradleException

A InvalidUserCodeException is thrown when user-provided code cannot be executed.

Constructors

<init>

InvalidUserCodeException()
InvalidUserCodeException(message: String)
InvalidUserCodeException(message: String, cause: Throwable)