-
public final class RuntimeEvent.ExceptionThrownEvent extends RuntimeEvent
Issued when exception was thrown and unhandled.
-
-
Field Summary
Fields Modifier and Type Field Description private final Doubletimestampprivate final ExceptionDetailsexceptionDetails
-
Constructor Summary
Constructors Constructor Description ExceptionThrownEvent(Double timestamp, ExceptionDetails exceptionDetails)
-
Method Summary
Modifier and Type Method Description final Doublecomponent1()final ExceptionDetailscomponent2()final RuntimeEvent.ExceptionThrownEventcopy(Double timestamp, ExceptionDetails exceptionDetails)final DoublegetTimestamp()Timestamp of the exception. final ExceptionDetailsgetExceptionDetails()-
-
Constructor Detail
-
ExceptionThrownEvent
ExceptionThrownEvent(Double timestamp, ExceptionDetails exceptionDetails)
-
-
Method Detail
-
component1
final Double component1()
-
component2
final ExceptionDetails component2()
-
copy
final RuntimeEvent.ExceptionThrownEvent copy(Double timestamp, ExceptionDetails exceptionDetails)
-
getTimestamp
final Double getTimestamp()
Timestamp of the exception.
-
getExceptionDetails
final ExceptionDetails getExceptionDetails()
-
-
-
-