Class BmTooOldDataFormatException

  • All Implemented Interfaces:
    Serializable

    public class BmTooOldDataFormatException
    extends RuntimeException
    Exception thrown when an attempt to start an engine is made and the format of the engine's data is too old.
    See Also:
    Serialized Form
    • Constructor Detail

      • BmTooOldDataFormatException

        public BmTooOldDataFormatException​(int actualVersion,
                                           int supportedVersion)
        Constructs a new instance.
        Parameters:
        actualVersion - The actual version.
        supportedVersion - The supported version.