Class ImageMosaicEventHandlers.ExceptionEvent

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ImageMosaicEventHandlers

    public static final class ImageMosaicEventHandlers.ExceptionEvent
    extends ImageMosaicEventHandlers.ProcessingEvent
    Event launched when an exception occurs. Percentage and message may be missing, in this case they will be -1 and the exception message (localized if available, standard otherwise)
    Author:
    aaime, TOPP.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExceptionEvent

        public ExceptionEvent​(Object source,
                              String message,
                              double percentage,
                              Exception exception)
      • ExceptionEvent

        public ExceptionEvent​(Object source,
                              Exception exception)
    • Method Detail

      • getException

        public Exception getException()