Class DiskCorruptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webcodepro.applecommander.storage.DiskException
com.webcodepro.applecommander.storage.DiskCorruptException
- All Implemented Interfaces:
 Serializable
A DiskCorruptException is thrown during the disk's data structures are corrupted
 beyond hope of automatic recovering.
 
Created on Nov 30, 2017.
Created on Nov 30, 2017.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class com.webcodepro.applecommander.storage.DiskException
imagepath - 
Constructor Summary
ConstructorsConstructorDescriptionDiskCorruptException(String imagepath, DiskCorruptException.Kind kind, Object offender) Constructor for DiskFullException. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace