Package org.geotools.gce.imagemosaic
Class GranuleImageCache.MissingRasterException
Object
Throwable
Exception
RuntimeException
MissingRasterException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- GranuleImageCache
Thrown by a
GranuleImageCache.getOrLoad(org.geotools.gce.imagemosaic.ImageCacheKey, java.util.concurrent.Callable<java.awt.image.BufferedImage>) loader to signal the read produced nothing; GranuleImageCache.getOrLoad(org.geotools.gce.imagemosaic.ImageCacheKey, java.util.concurrent.Callable<java.awt.image.BufferedImage>) maps it to a
null result instead of caching.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingRasterException
public MissingRasterException()
-