Class ProdosDiskSizeDoesNotMatchException

All Implemented Interfaces:
Serializable

public class ProdosDiskSizeDoesNotMatchException extends DiskFullException
A ProdosDiskSizeDoesNotMatchException is thrown during write operations on a ProDOS volume if the physical size of the disk image (*.HDV file) is not large enough to handle the actual size of the disk. By actual size, it is intended to be the ProDOS bitmap.
Created on Mar 22, 2003.
See Also:
  • Constructor Details

    • ProdosDiskSizeDoesNotMatchException

      public ProdosDiskSizeDoesNotMatchException(String description, String imagepath)
      Constructor for ProdosDiskSizeDoesNotMatchException.