Uses of Package
com.aranai.dungeonator.datastore

Packages that use com.aranai.dungeonator.datastore
com.aranai.dungeonator   
com.aranai.dungeonator.datastore   
 

Classes in com.aranai.dungeonator.datastore used by com.aranai.dungeonator
DungeonDataStore
          Provides a default (non-functional) implementation for others to extend.
 

Classes in com.aranai.dungeonator.datastore used by com.aranai.dungeonator.datastore
DataStoreDeleteException
          A DataStoreDeleteException is thrown when a data storage delete operation fails.
DataStoreException
           
DataStoreGetException
          A DataStoreGetException is thrown when a data storage get operation fails.
DataStoreSaveException
          A SaveException is thrown when a data storage save operation fails.
IDungeonDataStore
          Interface for data store classes.