Uses of Class
nl.sbdeveloper.vehiclesplus.storage.db.exceptions.DataStorageException
Packages that use DataStorageException
Package
Description
This package contains all the classes that are related to garages.
The Vehicles package contains all the vehicle related API.
The Vehicles Implementation package contains the implemented vehicle classes.
The Storage DB package contains the DB API classes.
-
Uses of DataStorageException in nl.sbdeveloper.vehiclesplus.api.garages
Methods in nl.sbdeveloper.vehiclesplus.api.garages that throw DataStorageException -
Uses of DataStorageException in nl.sbdeveloper.vehiclesplus.api.vehicles
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles that throw DataStorageException -
Uses of DataStorageException in nl.sbdeveloper.vehiclesplus.api.vehicles.impl
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.impl that throw DataStorageException -
Uses of DataStorageException in nl.sbdeveloper.vehiclesplus.storage.db
Methods in nl.sbdeveloper.vehiclesplus.storage.db that throw DataStorageExceptionModifier and TypeMethodDescriptionabstract void
DataStorage.deleteGarage
(Garage garage) void
QueuedSavable.forceSave()
DataStorage.loadGarages()
abstract List
<StorageVehicle> DataStorage.loadVehicles()
abstract void
DataStorage.prepare()
abstract void
DataStorage.removeVehicle
(StorageVehicle vehicle) abstract void
DataStorage.saveGarage
(Garage garage) abstract void
DataStorage.saveVehicle
(StorageVehicle vehicle)