public class EventLogFailure extends InternalMessage
EventLog
has failed.
Previously, this was being handled by a try/catch
block within the processor (e.g. FullTextIndexer)
but in order to allow each EventLogLoader
to handle the error
differently, this message was created.Modifier and Type | Field and Description |
---|---|
EventLogLoader |
loader |
EventLog |
log |
Throwable |
throwable |
threadSafe
source
Constructor and Description |
---|
EventLogFailure(EventLogLoader loader,
EventLog log,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
boolean |
wasSource(EventLogLoader loader) |
isThreadSafe
getTimestamp
getSource, toString
public final EventLogLoader loader
public final EventLog log
public final Throwable throwable
public EventLogFailure(EventLogLoader loader, EventLog log, Throwable t)
public boolean wasSource(EventLogLoader loader)
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.