IntelliJPlatformGradlePlugin
Toggle table of contents
2.17.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle
/
BuildException
Build
Exception
class
BuildException
(
message
:
String
,
throwable
:
Throwable
?
=
null
)
:
BuildException
Members
Constructors
Build
Exception
Link copied to clipboard
constructor
(
message
:
String
,
throwable
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
failures
Link copied to clipboard
@get:
Incubating
open
val
failures
:
List
<
Failure
?
>
?
message
Link copied to clipboard
open
val
message
:
String
?