Class ExceptionData_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData
    Direct Known Subclasses:
    ExceptionData_1_1

    @GradleVersion(since="2.0")
    @PluginVersion(since="1.14",
                   until="1.15")
    public class ExceptionData_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    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 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.