jaitools.tilecache
Class DiskMemCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jaitools.tilecache.DiskMemCacheException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DiskCacheFailedException, TileNotResidentException

public class DiskMemCacheException
extends Exception

Base exception class for DiskMemTileCache errors.

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

Constructor Summary
DiskMemCacheException(RenderedImage owner, int tileX, int tileY, String msg)
           
 
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

DiskMemCacheException

public DiskMemCacheException(RenderedImage owner,
                             int tileX,
                             int tileY,
                             String msg)


Copyright © 2009-2011. All Rights Reserved.