Search:

Type: Posts; User: huntorotron

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,856

    Re: How do I log exception when it is thrown

    Oh wow is it a compile error???
    I did not even notice that thank you... I thought it was the exception that I was getting in the red letters :D
  2. Replies
    3
    Views
    1,856

    How do I log exception when it is thrown

    Here is the situation. When I throw an exception, I want my wrapper class to pick it up and put it into a database. (For simplicity I am just printing it in this example).
    However, when I throw the...
  3. Re: Newbie is stuck and please be patient and let me tell my story. No one else will help me

    Download Free Java Software

    I always just went here for Java. Does that not work?
  4. Replies
    9
    Views
    1,233

    Re: Exercise 115

    Okay, well what you have right now is a default constructor. I would change that into a constructor with parameters.


    public Record(name, initials, time)
    {

    }


    Now you would be able to...
Results 1 to 4 of 4