Class InvalidStructureVersionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidStructureVersionException
    extends InvalidStructureFileException
    Exception thrown when a structure file is not of a compatible version.
    Since:
    7.0.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidStructureVersionException​(java.lang.String currentVersion)
      Constructs a new exception indicating the structure is not of a compatible version.
    • Constructor Detail

      • InvalidStructureVersionException

        public InvalidStructureVersionException​(java.lang.String currentVersion)
        Constructs a new exception indicating the structure is not of a compatible version.
        Parameters:
        currentVersion - the current version.
        Since:
        17.0.0
    • Method Detail

      • getStructureVersion

        public java.lang.String getStructureVersion()
        Returns the current structure invalid version.
        Returns:
        the current structure invalid version.
        Since:
        7.0.0