Class BmTooNewDataFormatException

  • All Implemented Interfaces:
    Serializable

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

      • BmTooNewDataFormatException

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