Class DiskException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String imagepath  
    • Constructor Summary

      Constructors 
      Constructor Description
      DiskException​(java.lang.String description, java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • imagepath

        public final java.lang.String imagepath
    • Constructor Detail

      • DiskException

        public DiskException​(java.lang.String description,
                             java.lang.String imagepath)
        Constructor for DiskException.