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 | 
threadSafesource| Constructor and Description | 
|---|
| EventLogFailure(EventLogLoader loader,
               EventLog log,
               Throwable t) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | wasSource(EventLogLoader loader) | 
isThreadSafegetSource, toStringpublic 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.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.