Class DiskFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webcodepro.applecommander.storage.DiskException
com.webcodepro.applecommander.storage.DiskFullException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProdosDiskSizeDoesNotMatchException
A DiskFullException is thrown during a write operation when the file
being written will not fit on the disk.
Created on Dec 23, 2002.
Created on Dec 23, 2002.
- See Also:
-
Field Summary
Fields inherited from class com.webcodepro.applecommander.storage.DiskException
imagepath
-
Constructor Summary
ConstructorsConstructorDescriptionDiskFullException
(String description, String imagepath) Constructor for DiskFullException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiskFullException
Constructor for DiskFullException.
-