Class MvnExceptionData_1_0

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

    @MavenVersion(since="3.3.1")
    @MavenExtensionVersion(since="1.0")
    public class MvnExceptionData_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 MvnBuildFinished_1_0.failureIds 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.