Search:

Type: Posts; User: gerry123

Search: Search took 0.06 seconds.

  1. Replies
    19
    Views
    5,751

    Re: HELP Error Parsing File

    after running the file i got the following message;

    run:
    Exception in thread "main" java.lang.ExceptionInInitializerError
    at...
  2. Replies
    19
    Views
    5,751

    Re: HELP Error Parsing File

    im using netbeans they dont clearly define error messages, what is a javac compliler?
  3. Replies
    19
    Views
    5,751

    Re: HELP Error Parsing File

    All it says is as follows "error parsing file"
  4. Replies
    19
    Views
    5,751

    Re: HELP Error Parsing File

    package supermarketproject;

    public class LinkedQueue<T> implements QueueADT<T>
    {
    private int count;
    private LinearNode<T> front, rear;

    /**
    * Creates an empty queue.
    */
  5. Replies
    19
    Views
    5,751

    Re: HELP Error Parsing File

    the error messages are not mixed in with the source code, i typed the underlined text out manually to show u what the errors were

    regards
  6. Replies
    19
    Views
    5,751

    Re: HELP Error Parsing File

    i have underlined the error messages in question

    regards

    gerry

    public ElementNotFoundException (String collection) invalid method declaration; return type required{
    super ("The target...
  7. Replies
    19
    Views
    5,751

    Re: HELP Error Parsing File

    As you can see i have put the code in question in bold

    regards

    gerry
  8. Replies
    19
    Views
    5,751

    HELP Error Parsing File

    Hi there I have a few error messages coming up with my code, if someone could point me in the right direction

    regards

    gerry

    package supermarketproject;

    public class LinkedQueue<T>...
Results 1 to 8 of 8