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 voidDataStorage.deleteGarage(Garage garage) voidQueuedSavable.forceSave()DataStorage.loadGarages()abstract List<StorageVehicle> DataStorage.loadVehicles()abstract voidDataStorage.prepare()abstract voidDataStorage.removeVehicle(StorageVehicle vehicle) abstract voidDataStorage.saveGarage(Garage garage) abstract voidDataStorage.saveVehicle(StorageVehicle vehicle)