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 EventObjectsource
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExceptionEvent(Object source, Exception exception)ExceptionEvent(Object source, String message, double percentage, Exception exception)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetException()- 
Methods inherited from class ImageMosaicEventHandlers.ProcessingEventgetMessage, getPercentage
 - 
Methods inherited from class EventObjectgetSource, toString
 
- 
 
-