Package PamController

Class DeserialisationWarning

java.lang.Object
PamController.DeserialisationWarning

public class DeserialisationWarning extends Object
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 Details

    • DeserialisationWarning

      public DeserialisationWarning(String configName)
  • Method Details

    • addMissingClass

      public void addMissingClass(String message)
    • showWarning

      public void showWarning(Window frame)