Class FileVersionException

All Implemented Interfaces:
Serializable

public class FileVersionException extends RuntimeException
Exception for a mismatch between expected and actual file versions
See Also:
  • Constructor Details

    • FileVersionException

      public FileVersionException(String fileVersion, String expectedVersion, String fileName)
      Create a new FileVersionException
      Parameters:
      fileVersion - The actual file version string
      expectedVersion - The expected file version string
      fileName - The name of the file with invalid version