Package com.luciad.earth.tileset.raster
Class TLcdEarthGXYViewTileSet.PaintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.earth.tileset.raster.TLcdEarthGXYViewTileSet.PaintException
- All Implemented Interfaces:
Serializable
- Enclosing class:
TLcdEarthGXYViewTileSet
An exception that happened during the painting of a layer.
The
TLcdEarthGXYViewTileSet.produceTile(com.luciad.earth.tileset.ILcdEarthTileSetCoverage, int, long, long, com.luciad.reference.ILcdGeoReference, com.luciad.earth.tileset.TLcdEarthTileFormat, com.luciad.earth.tileset.TLcdEarthTileOperationMode, com.luciad.earth.tileset.ILcdEarthTileSetCallback, java.lang.Object)
and ALcdEarthTileSet.updateTile(com.luciad.earth.tileset.ALcdEarthTile, com.luciad.earth.tileset.TLcdEarthTileOperationMode, com.luciad.earth.tileset.ILcdEarthTileSetCallback, java.lang.Object)
methods generate this exception when
an error occurs while painting a layer for a tile. It its thrown directly be thrown by the
synchronous methods or passed on the callback
for asynchronous methods.- Since:
- 2012.0
- See Also:
-
Constructor Summary
ConstructorDescriptionPaintException
(Exception aCause, ILcdGXYLayer aLayer) Creates a new paint exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PaintException
Creates a new paint exception.- Parameters:
aCause
- the exception that occurred during paintingaLayer
- the layer that was being painted at the time of the exception
-
-
Method Details
-
getLayer
- Returns:
- the layer that was being painted at the time of the exception
-