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 |
java.lang.Throwable |
throwable |
threadSafe| Constructor and Description |
|---|
EventLogFailure(EventLogLoader loader,
EventLog log,
java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
wasSource(EventLogLoader loader) |
isThreadSafepublic final EventLogLoader loader
public final EventLog log
public final java.lang.Throwable throwable
public EventLogFailure(EventLogLoader loader, EventLog log, java.lang.Throwable t)
public boolean wasSource(EventLogLoader loader)
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.