Class EventLogFailure

  • All Implemented Interfaces:
    java.io.Serializable

    public class EventLogFailure
    extends ome.util.messages.InternalMessage
    Signifies that the processing of a 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.
    Since:
    5.0.3
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      EventLogLoader loader  
      ome.model.meta.EventLog log  
      java.lang.Throwable throwable  
      • Fields inherited from class ome.util.messages.InternalMessage

        threadSafe
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      EventLogFailure​(EventLogLoader loader, ome.model.meta.EventLog log, java.lang.Throwable t)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean wasSource​(EventLogLoader loader)  
      • Methods inherited from class ome.util.messages.InternalMessage

        isThreadSafe
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • log

        public final ome.model.meta.EventLog log
      • throwable

        public final java.lang.Throwable throwable
    • Constructor Detail

      • EventLogFailure

        public EventLogFailure​(EventLogLoader loader,
                               ome.model.meta.EventLog log,
                               java.lang.Throwable t)