org.jaitools.tilecache
Class DiskCacheFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaitools.tilecache.DiskMemCacheException
org.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$
- Author:
- Michael Bedward
- See Also:
DiskMemTileCache,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DiskCacheFailedException
public DiskCacheFailedException(RenderedImage owner,
int tileX,
int tileY)
- Creates a new instance.
- Parameters:
owner - the owning imagetileX - tile X ordinatetileY - tile Y ordinate
Copyright © 2009-2015. All Rights Reserved.