Class DiskUnrecognizedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DiskUnrecognizedException
    extends DiskException
    A DiskUnrecognizedException is thrown when the Disk Image being opened is not recognized by any image handler.
    Created at: Jan 8, 2018
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DiskUnrecognizedException​(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

      • DiskUnrecognizedException

        public DiskUnrecognizedException​(java.lang.String imagepath)
        Constructor for DiskFullException.