Class DiskUnrecognizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.webcodepro.applecommander.storage.DiskException
-
- com.webcodepro.applecommander.storage.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
-
-
Field Summary
-
Fields inherited from class com.webcodepro.applecommander.storage.DiskException
imagepath
-
-
Constructor Summary
Constructors Constructor Description DiskUnrecognizedException(java.lang.String imagepath)
Constructor for DiskFullException.
-