com.webcodepro.applecommander.storage
Class DiskFullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.webcodepro.applecommander.storage.DiskFullException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ProdosDiskSizeDoesNotMatchException

public class DiskFullException
extends java.lang.Exception

A DiskFullException is thrown during a write operation when the file being written will not fit on the disk.
Created on Dec 23, 2002.

Author:
Rob Greene
See Also:
Serialized Form

Constructor Summary
DiskFullException(java.lang.String description)
          Constructor for DiskFullException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiskFullException

public DiskFullException(java.lang.String description)
Constructor for DiskFullException.