Class Exception_2_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.exception.Exception_2_0

@PluginVersion(since="1.0", until="1.13") public class Exception_2_0 extends Object
A class to represent a Throwable that occurred during the build.
  • 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 List<? extends StackFrame_1_0> stacktrace
      The exception stack frames associated with the exception.
    • causes

      public final List<Integer> causes
      A list of cause indexes.

      An index can be used to lookup the Exception_2_0 instance from ExceptionTree_1_0.exceptions.

    • metadata

      public final Map<String,String> metadata
      Additional metadata about the exception where available.

      For example, script location and task path.

    • classLevelAnnotations

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

  • Method Details