Uses of Class
com.kuka.nav.appdata.exceptions.AppDataException

Packages that use AppDataException
com.kuka.nav.appdata Public API for managing application data. 
com.kuka.nav.appdata.exceptions Exceptions of application data operations. 
 

Uses of AppDataException in com.kuka.nav.appdata
 

Methods in com.kuka.nav.appdata that throw AppDataException
<T> T
AppData.load(String identifier, Class<T> type)
          Loads a copy of the stored object from the application data storage.
<T> void
AppData.save(String identifier, T object)
          Stores the application data persistently.
 

Uses of AppDataException in com.kuka.nav.appdata.exceptions
 

Subclasses of AppDataException in com.kuka.nav.appdata.exceptions
 class AppDataDeSerializationException
          Error during de-serializing the application data.
 class AppDataEntryNotFoundException
          No application data found with the given identifier.
 class AppDataSerializationException
          Error during serializing the application data.
 class AppDataTypeMisMatchException
          Unsuccessful loading of the application data.
 



Copyright © 2019. All rights reserved.