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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ExceptionEvent(Object source, Exception exception)
ExceptionEvent(Object source, String message, double percentage, Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getException()
-
Methods inherited from class ImageMosaicEventHandlers.ProcessingEvent
getMessage, getPercentage
-
Methods inherited from class EventObject
getSource, toString
-
-