Package java.io

Class FileNotFoundException

    • Constructor Detail

      • FileNotFoundException

        public FileNotFoundException()
        Constructs a new FileNotFoundException with its stack trace filled in.
      • FileNotFoundException

        public FileNotFoundException​(String detailMessage)
        Constructs a new FileNotFoundException with its stack trace and detail message filled in.
        Parameters:
        detailMessage - the detail message for this exception.