toggle menu
gradle
8.12
API
switch theme
search in API
gradle
/
org.gradle.tooling
/
GradleConnectionException
Gradle
Connection
Exception
API
open
class
GradleConnectionException
:
RuntimeException
(
source
)
Thrown when there is some problem using a Gradle connection.
Since
1.0-milestone-3
Inheritors
BuildActionFailureException
UnsupportedVersionException
BuildException
BuildCancelledException
ListenerFailedException
TestExecutionException
UnsupportedBuildArgumentException
Members
Constructors
Gradle
Connection
Exception
Link copied to clipboard
API
constructor
(
message
:
String
)
constructor
(
message
:
String
,
throwable
:
Throwable
)
@
Incubating
constructor
(
message
:
String
,
failure
:
Throwable
,
failures
:
Supplier
<
List
<
Failure
>
>
)
Constructor.
Properties
cause
Link copied to clipboard
API
open
val
cause
:
Throwable
stack
Trace
Link copied to clipboard
API
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
API
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
API
open
fun
fillInStackTrace
(
)
:
Throwable
get
Failures
Link copied to clipboard
API
@
Incubating
open
fun
getFailures
(
)
:
List
<
Failure
>
The list of failures that occurred during the build.
get
Localized
Message
Link copied to clipboard
API
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
API
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
API
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
API
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
API
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String