Class Exception_3_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.exception.Exception_3_0
A representation of an exception that occurred during the build.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionAny exception causes.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 longThe ID of stack trace inExceptionData_1_0.stackTraces. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
The fully qualified exception class name. -
message
The exception message. -
stackTrace
public final long stackTraceThe ID of stack trace inExceptionData_1_0.stackTraces. -
causes
Any exception causes.Each value is the ID of an exception in
ExceptionData_1_0.exceptions. -
metadata
Additional metadata about the exception where available.For example, script location and task path. May contain null values
-
classLevelAnnotations
The class level annotations the exception class is annotated with.
-
-
Constructor Details
-
Exception_3_0
-
-
Method Details