toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api
/
ProjectConfigurationException
Project
Configuration
Exception
API
open
class
ProjectConfigurationException
:
DefaultMultiCauseException
(
source
)
Indicates a problem that occurs during project configuration.
Members
Constructors
Project
Configuration
Exception
Link copied to clipboard
API
constructor
(
message
:
String
,
cause
:
Throwable
)
constructor
(
message
:
String
,
causes
:
Iterable
<
out
Throwable
>
)
Creates an exception with the given message and causes.
Properties
cause
Link copied to clipboard
API
open
val
cause
:
Throwable
message
Link copied to clipboard
API
open
val
message
:
String
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
Causes
Link copied to clipboard
API
open
fun
getCauses
(
)
:
List
<
out
Throwable
>
get
Localized
Message
Link copied to clipboard
API
open
fun
getLocalizedMessage
(
)
:
String
get
Resolutions
Link copied to clipboard
API
open
fun
getResolutions
(
)
:
List
<
String
>
get
Suppressed
Link copied to clipboard
API
fun
getSuppressed
(
)
:
Array
<
Throwable
>
has
Cause
Link copied to clipboard
API
open
fun
hasCause
(
type
:
Class
<
out
Any
>
)
:
Boolean
init
Cause
Link copied to clipboard
API
open
fun
initCause
(
throwable
:
Throwable
)
:
Throwable
init
Causes
Link copied to clipboard
API
open
fun
initCauses
(
causes
:
Iterable
<
out
Throwable
>
)
print
Stack
Trace
Link copied to clipboard
API
open
fun
printStackTrace
(
printStream
:
PrintStream
)
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String