Class ProdosDiskSizeDoesNotMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webcodepro.applecommander.storage.DiskException
com.webcodepro.applecommander.storage.DiskFullException
com.webcodepro.applecommander.storage.os.prodos.ProdosDiskSizeDoesNotMatchException
- All Implemented Interfaces:
Serializable
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.
Created on Mar 22, 2003.
- See Also:
-
Field Summary
Fields inherited from class com.webcodepro.applecommander.storage.DiskException
imagepath
-
Constructor Summary
ConstructorsConstructorDescriptionProdosDiskSizeDoesNotMatchException
(String description, String imagepath) Constructor for ProdosDiskSizeDoesNotMatchException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProdosDiskSizeDoesNotMatchException
Constructor for ProdosDiskSizeDoesNotMatchException.
-