Class ExceptionData_1_1

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="2.0")
    @PluginVersion(since="1.16")
    public class ExceptionData_1_1
    extends ExceptionData_1_0
    All of the exceptions thrown during the build, that were attached to events.

    Events conveying failures during the build store a key value for this event's ExceptionData_1_0.exceptions map (see BuildFinished_1_1.failureId as an example). The same exception may appear in multiple places, and on multiple events, so may share the same ID.

    If no such exceptions occurred, there will be no event of this type. Otherwise, there will be exactly one.