Class FaweClipboardVersionMismatchException

All Implemented Interfaces:
Serializable

public class FaweClipboardVersionMismatchException extends FaweException
See Also:
  • Constructor Details

    • FaweClipboardVersionMismatchException

      @Deprecated(forRemoval=true, since="2.3.0") public FaweClipboardVersionMismatchException()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • FaweClipboardVersionMismatchException

      public FaweClipboardVersionMismatchException(int expected, int version)
      New exception specifying a version mismatch between that supported and that loaded.
      Parameters:
      expected - expected version of clipboard
      version - version of clipboard attempting to be loaded
      Since:
      2.3.0
  • Method Details

    • getClipboardVersion

      public int getClipboardVersion()
      Get the version specified in the clipboard attempting to be loaded.
      Since:
      2.3.0
    • getExpectedVersion

      public int getExpectedVersion()
      Get the version that was expected of the clipboard
      Since:
      2.3.0