Kotlin DSL Reference for Gradle
8.4-rc-2
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.problems
/
ProblemBuilder
/
withException
with
Exception
API
abstract
fun
withException
(
e
:
RuntimeException
)
:
ProblemBuilder
(
source
)
The exception causing this problem.
Return
this
Parameters
e
the exception.