Package org.geotools.gce.imagemosaic
Class ImageMosaicEventHandlers.ExceptionEvent
Object
EventObject
ImageMosaicEventHandlers.ProcessingEvent
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:
-
Field Summary
Fields inherited from class EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionExceptionEvent
(Object source, Exception exception) ExceptionEvent
(Object source, String message, double percentage, Exception exception) -
Method Summary
Methods inherited from class ImageMosaicEventHandlers.ProcessingEvent
getMessage, getPercentage
Methods inherited from class EventObject
getSource, toString
-
Constructor Details
-
ExceptionEvent
-
ExceptionEvent
-
-
Method Details
-
getException
-