Class MvnException_1_0

java.lang.Object
com.gradle.scan.eventmodel.maven.exception.MvnException_1_0

@MavenExtensionVersion(since="1.0") public class MvnException_1_0 extends Object
A representation of an exception that occurred during the build.
See Also:
  • Field Details

    • className

      public final String className
      The fully qualified exception class name.
    • message

      @Nullable public final @Nullable String message
      The exception message.
    • stackTrace

      public final long stackTrace
      The ID of stack trace in MvnExceptionData_1_0.stackTraces.
    • causes

      public final List<Long> causes
      Any exception causes.

      Each value is the ID of an exception in MvnExceptionData_1_0.exceptions.

    • classLevelAnnotations

      public final List<String> classLevelAnnotations
      The class level annotations the exception class is annotated with.
  • Constructor Details

    • MvnException_1_0

      public MvnException_1_0(String className, @Nullable @Nullable String message, long stackTrace, List<Long> causes, List<String> classLevelAnnotations)
  • Method Details