Class DiskUnrecognizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webcodepro.applecommander.storage.DiskException
com.webcodepro.applecommander.storage.DiskUnrecognizedException
- All Implemented Interfaces:
Serializable
A DiskUnrecognizedException is thrown when the Disk Image being opened is not recognized by any image handler.
Created at: Jan 8, 2018
Created at: Jan 8, 2018
- See Also:
-
Field Summary
Fields inherited from class com.webcodepro.applecommander.storage.DiskException
imagepath
-
Constructor Summary
ConstructorsConstructorDescriptionDiskUnrecognizedException
(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
-
DiskUnrecognizedException
Constructor for DiskFullException.
-