org.geotools.gce.imagemosaic
Class ImageMosaicEventHandlers.ExceptionEvent

Object
  extended by EventObject
      extended by ImageMosaicEventHandlers.ProcessingEvent
          extended by 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

Field Summary
 
Fields inherited from class EventObject
source
 
Constructor Summary
ImageMosaicEventHandlers.ExceptionEvent(Object source, Exception exception)
           
ImageMosaicEventHandlers.ExceptionEvent(Object source, String message, double percentage, Exception exception)
           
 
Method Summary
 Exception getException()
           
 
Methods inherited from class ImageMosaicEventHandlers.ProcessingEvent
getMessage, getPercentage
 
Methods inherited from class EventObject
getSource, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageMosaicEventHandlers.ExceptionEvent

public ImageMosaicEventHandlers.ExceptionEvent(Object source,
                                               String message,
                                               double percentage,
                                               Exception exception)

ImageMosaicEventHandlers.ExceptionEvent

public ImageMosaicEventHandlers.ExceptionEvent(Object source,
                                               Exception exception)
Method Detail

getException

public Exception getException()


Copyright © 1996-2014 Geotools. All Rights Reserved.