gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api
/
GradleException
Gradle
Exception
API
open
class
GradleException
:
RuntimeException
(
source
)
GradleException
is the base class of all exceptions thrown by Gradle.
Inheritors
PluginInstantiationException
InvalidPluginException
StopActionException
TaskInstantiationException
VerificationException
TestExecutionException
ManifestException
BuildCancelledException
IllegalDependencyNotation
CircularReferenceException
GradleScriptException
UnknownDomainObjectException
InvalidActionClosureException
InvalidUserDataException
InvalidUserCodeException
InvalidModelException
ModelInstantiationException
ImmutableViolationException
ModelRuleBindingException
InvalidModelRuleException
ConfigurationCycleException
InvalidModelRuleDeclarationException
ReadOnlyModelViewException
WriteOnlyModelViewException
UnknownModelException
PublishException
DuplicateFileCopyingException
ResourceException
Members
Constructors
Gradle
Exception
Link copied to clipboard
API
constructor
(
)
constructor
(
message
:
String
)
constructor
(
message
:
String
,
@
Nullable
cause
:
@
Nullable
Throwable
)
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
(
p
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
API
open
fun
fillInStackTrace
(
)
:
Throwable
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
(
p
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
API
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
API
open
fun
toString
(
)
:
String