org.geotools.gce.imagemosaic
Class ImageMosaicEventHandlers.ExceptionEvent
Object
EventObject
ImageMosaicEventHandlers.ProcessingEvent
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
ImageMosaicEventHandlers.ExceptionEvent
public ImageMosaicEventHandlers.ExceptionEvent(Object source,
String message,
double percentage,
Exception exception)
ImageMosaicEventHandlers.ExceptionEvent
public ImageMosaicEventHandlers.ExceptionEvent(Object source,
Exception exception)
getException
public Exception getException()
Copyright © 1996-2014 Geotools. All Rights Reserved.