Class DiskCorruptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.webcodepro.applecommander.storage.DiskException
-
- com.webcodepro.applecommander.storage.DiskCorruptException
-
- All Implemented Interfaces:
java.io.Serializable
public class DiskCorruptException extends DiskException
A DiskCorruptException is thrown during the disk's data structures are corrupted beyond hope of automatic recovering.
Created on Nov 30, 2017.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DiskCorruptException.Kind
-
Field Summary
Fields Modifier and Type Field Description DiskCorruptException.Kind
kind
java.lang.Object
offender
-
Fields inherited from class com.webcodepro.applecommander.storage.DiskException
imagepath
-
-
Constructor Summary
Constructors Constructor Description DiskCorruptException(java.lang.String imagepath, DiskCorruptException.Kind kind, java.lang.Object offender)
Constructor for DiskFullException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
kind
public final DiskCorruptException.Kind kind
-
offender
public final java.lang.Object offender
-
-
Constructor Detail
-
DiskCorruptException
public DiskCorruptException(java.lang.String imagepath, DiskCorruptException.Kind kind, java.lang.Object offender)
Constructor for DiskFullException.
-
-