Class Exception_2_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.exception.Exception_2_0
A class to represent a
Throwable that occurred during the build.-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of cause indexes.The class level annotations the exception class is annotated with.final StringThe fully qualified exception class name.final @Nullable StringThe exception message.Additional metadata about the exception where available.final List<? extends StackFrame_1_0> The exception stack frames associated with the exception. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
The fully qualified exception class name. -
message
The exception message. -
stacktrace
The exception stack frames associated with the exception. -
causes
A list of cause indexes.An index can be used to lookup the
Exception_2_0instance fromExceptionTree_1_0.exceptions. -
metadata
Additional metadata about the exception where available.For example, script location and task path.
-
classLevelAnnotations
The class level annotations the exception class is annotated with.
-
-
Constructor Details
-
Exception_2_0
-
-
Method Details