org.jaitools.tilecache
Class DiskMemCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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$
- 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 |
DiskMemCacheException
public DiskMemCacheException(RenderedImage owner,
int tileX,
int tileY,
String msg)
- Creates a new instance.
- Parameters:
owner - the owning imagetileX - tile X ordinatetileY - tile Y ordinatemsg - error message
Copyright © 2009-2015. All Rights Reserved.