Package arez.spy
Class ObserverErrorEvent
java.lang.Object
arez.spy.ObserverErrorEvent
- All Implemented Interfaces:
SerializableEvent
Notification when Observer produces an error.
-
Constructor Summary
ConstructorsConstructorDescriptionObserverErrorEvent(ObserverInfo observer, ObserverError error, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptiongetError()voidConvert event attributes to json compatible values in map.
-
Constructor Details
-
ObserverErrorEvent
public ObserverErrorEvent(@Nonnull ObserverInfo observer, @Nonnull ObserverError error, @Nullable Throwable throwable)
-
-
Method Details
-
getObserver
-
getError
-
getThrowable
-
toMap
Description copied from interface:SerializableEventConvert event attributes to json compatible values in map.- Specified by:
toMapin interfaceSerializableEvent- Parameters:
map- the map in which to serialize values.
-