org.osmdroid.tileprovider.modules
Class MapTileModuleProviderBase.CantContinueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.osmdroid.tileprovider.modules.MapTileModuleProviderBase.CantContinueException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MapTileModuleProviderBase
public class MapTileModuleProviderBase.CantContinueException
- extends Exception
Thrown by a tile provider module in TileLoader.loadTile() to signal that it can no longer
function properly. This will typically clear the pending queue.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MapTileModuleProviderBase.CantContinueException
public MapTileModuleProviderBase.CantContinueException(String pDetailMessage)
MapTileModuleProviderBase.CantContinueException
public MapTileModuleProviderBase.CantContinueException(Throwable pThrowable)
Copyright © 2012. All Rights Reserved.