Package PamController
Class DeserialisationWarning
java.lang.Object
PamController.DeserialisationWarning
Class to handle warnings from deserialisations which occurr when classes no longer exist. These warnings
are occurring more often because of the plugin system which means users are opening viewer databases and
psfx files containing classes that are not available in their configuration. This class will be
creates at the start of reading settings, stack up a list of missing classes and then show a single
warning at the end.
- Author:
- dg50
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMissingClass
(String message) void
showWarning
(Window frame)
-
Constructor Details
-
DeserialisationWarning
-
-
Method Details
-
addMissingClass
-
showWarning
-