Class ExceptionData_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.ExceptionData_1_0
com.gradle.scan.eventmodel.gradle.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.
-
Field Summary
Fields inherited from class com.gradle.scan.eventmodel.gradle.ExceptionData_1_0
exceptions, stackFrames, stackTraces -
Constructor Summary
ConstructorsConstructorDescriptionExceptionData_1_1(Map<Long, ? extends Exception_3_0> exceptions, Map<Long, ? extends StackTrace_1_0> stackTraces, Map<Long, ? extends StackFrame_1_1> stackFrames) -
Method Summary
Methods inherited from class com.gradle.scan.eventmodel.gradle.ExceptionData_1_0
equals, hashCode
-
Constructor Details
-
ExceptionData_1_1
public ExceptionData_1_1(Map<Long, ? extends Exception_3_0> exceptions, Map<Long, ? extends StackTrace_1_0> stackTraces, Map<Long, ? extends StackFrame_1_1> stackFrames)
-
-
Method Details
-
toString
- Overrides:
toStringin classExceptionData_1_0
-