|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
AppData.load(String identifier,
Class<T> type)
Loads a copy of the stored object from the application data storage. |
|
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||