Class DiskFullException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.webcodepro.applecommander.storage.DiskException
-
- com.webcodepro.applecommander.storage.DiskFullException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ProdosDiskSizeDoesNotMatchException
public class DiskFullException extends DiskException
A DiskFullException is thrown during a write operation when the file being written will not fit on the disk.
Created on Dec 23, 2002.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.webcodepro.applecommander.storage.DiskException
imagepath
-
-
Constructor Summary
Constructors Constructor Description DiskFullException(java.lang.String description, java.lang.String imagepath)
Constructor for DiskFullException.
-