gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.api
/
GradleException
Gradle
Exception
open
class
GradleException
:
RuntimeException
GradleException
is the base class of all exceptions thrown by Gradle.
Inheritors
TaskInstantiationException
VerificationException
StopActionException
InvalidPluginException
PluginInstantiationException
TestExecutionException
ManifestException
IllegalDependencyNotation
UnknownDomainObjectException
InvalidUserCodeException
GradleScriptException
CircularReferenceException
BuildCancelledException
InvalidActionClosureException
InvalidUserDataException
InvalidModelException
ModelInstantiationException
ImmutableViolationException
InvalidModelRuleException
WriteOnlyModelViewException
ConfigurationCycleException
ModelRuleBindingException
ReadOnlyModelViewException
InvalidModelRuleDeclarationException
DuplicateFileCopyingException
ResourceException
PublishException
VariantTransformConfigurationException
BuildCacheException
UnknownModelException
Members
Constructors
Gradle
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
)
constructor
(
message
:
String
,
@
Nullable
cause
:
Throwable
)
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>