jaitools.tilecache
Class TileNotResidentException

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

public class TileNotResidentException
extends DiskMemCacheException

Exception thrown when by DiskMemTileCache when a tile was not resident in cache memory when required to be.

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

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
 



Copyright © 2009-2011. All Rights Reserved.