Class FileNotFolderException

    • Constructor Summary

      Constructors 
      Constructor Description
      FileNotFolderException​(java.lang.Object info)
      Constructs exception with the specified detail message.
      FileNotFolderException​(java.lang.Object info, java.lang.Throwable cause)
      Constructs exception with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
    • Constructor Detail

      • FileNotFolderException

        public FileNotFolderException​(java.lang.Object info)
        Constructs exception with the specified detail message.
        Parameters:
        info - one context information.
      • FileNotFolderException

        public FileNotFolderException​(java.lang.Object info,
                                      java.lang.Throwable cause)
        Constructs exception with the specified detail message.
        Parameters:
        info - one context information.
        cause - the cause.