org.osmdroid.tileprovider.modules
Class MapTileModuleProviderBase.CantContinueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
MapTileModuleProviderBase.CantContinueException(String pDetailMessage)
           
MapTileModuleProviderBase.CantContinueException(Throwable pThrowable)
           
 
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

MapTileModuleProviderBase.CantContinueException

public MapTileModuleProviderBase.CantContinueException(String pDetailMessage)

MapTileModuleProviderBase.CantContinueException

public MapTileModuleProviderBase.CantContinueException(Throwable pThrowable)


Copyright © 2012. All Rights Reserved.