Class Exception_2_0

    • Field Detail

      • 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.
      • 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.