Class MvnException_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.exception.MvnException_1_0
A representation of an exception that occurred during the build.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionAny exception causes.The class level annotations the exception class is annotated with.final String
The fully qualified exception class name.final @Nullable String
The exception message.final long
The ID of stack trace inMvnExceptionData_1_0.stackTraces
. -
Constructor Summary
-
Method Summary
-
Field Details
-
className
The fully qualified exception class name. -
message
The exception message. -
stackTrace
public final long stackTraceThe ID of stack trace inMvnExceptionData_1_0.stackTraces
. -
causes
Any exception causes.Each value is the ID of an exception in
MvnExceptionData_1_0.exceptions
. -
classLevelAnnotations
The class level annotations the exception class is annotated with.
-
-
Constructor Details
-
MvnException_1_0
-
-
Method Details