jaitools.tilecache
Class DiskCacheFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jaitools.tilecache.DiskMemCacheException
              extended by jaitools.tilecache.DiskCacheFailedException
All Implemented Interfaces:
Serializable

public class DiskCacheFailedException
extends DiskMemCacheException

Exception thrown when by (@code DiskMemTileCache} when a an attempt to cache a tile to disk has failed.

Since:
1.0
Version:
$Id: DiskCacheFailedException.java 1383 2011-02-10 11:22:29Z michael.bedward $
Author:
Michael Bedward
See Also:
DiskMemTileCache, Serialized Form

Constructor Summary
DiskCacheFailedException(RenderedImage owner, int tileX, int tileY)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiskCacheFailedException

public DiskCacheFailedException(RenderedImage owner,
                                int tileX,
                                int tileY)


Copyright © 2009-2011. All Rights Reserved.