Class DiskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webcodepro.applecommander.storage.DiskException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DiskCorruptException
,DiskFullException
,DiskUnrecognizedException
A DiskException is the base class for Disk Exceptions.
Created on Nov 30, 2017.
Created on Nov 30, 2017.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDiskException
(String description, String imagepath) Constructor for DiskException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
imagepath
-
-
Constructor Details
-
DiskException
Constructor for DiskException.
-