Class 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
    • Constructor Summary

      Constructors 
      Constructor Description
      DiskFullException​(java.lang.String description, java.lang.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
      • 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,
                                 java.lang.String imagepath)
        Constructor for DiskFullException.