api / org.gradle.api / GradleScriptException

GradleScriptException

open class GradleScriptException : GradleException

A GradleScriptException is thrown when an exception occurs in the compilation or execution of a script.

Constructors

<init>

GradleScriptException(message: String, cause: Throwable)