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

public static class TLcdEarthGXYViewTileSet.PaintException extends IOException
Since:
2012.0
See Also:
  • Constructor Details

    • PaintException

      public PaintException(Exception aCause, ILcdGXYLayer aLayer)
      Creates a new paint exception.
      Parameters:
      aCause - the exception that occurred during painting
      aLayer - the layer that was being painted at the time of the exception
  • Method Details

    • getLayer

      public ILcdGXYLayer getLayer()
      Returns:
      the layer that was being painted at the time of the exception