Search:

Type: Posts; User: collision934

Search: Search took 0.12 seconds.

  1. Re: Unhandled Exception Type FileNotFoundException

    if (numoflinesread==Maxlines)
    {
    break;
    }
    return line;
    }
    return line;
  2. Re: Unhandled Exception Type FileNotFoundException

    Basically, I have a Finch robot which I'm programming. The method reads commands to move the Finch from a file. Also the method prevents more than 7 commands being executed.
  3. Re: Unhandled Exception Type FileNotFoundException

    Ok so I did it, it worked but then randomly stopped working even though I made no changes to the correct version



    import java.io.File;
    import java.io.FileInputStream;
    import...
  4. Unhandled Exception Type FileNotFoundException

    Hi there. I'm trying to do a file reader which is accessible via a menu system but i keep getting the error “unhandled exception type FileNotFoundException” at the

    else inputCommandFile();


    ...
  5. Re: Unhandled Exception Type FileNotFoundException

    do i add the catch onto the method?
  6. Unhandled Exception Type FileNotFoundException

    Hi there. I'm trying to do a file reader which is accessible via a menu system but i keep getting the error “unhandled exception type FileNotFoundException” at the
    else inputCommandFile();

    ...
Results 1 to 6 of 6