Search:

Type: Posts; User: javapenguin

Search: Search took 0.13 seconds.

  1. Replies
    9
    Views
    2,033

    Re: Problem with throwing an exception...

    Could you post the full code, it might make things clearer.
  2. Replies
    9
    Views
    2,033

    Re: Problem with throwing an exception...

    Maybe you can't throw Exception with a throws clause, but could you have the method that you're creating this

    GameClient2 object throw the Exception instead of putting the GameClientObject...
  3. Replies
    9
    Views
    2,033

    Re: Problem with throwing an exception...

    What I meant I had an inner class and was, to make a change to the main class that the inner class was inside, I made an object of the main class inside the inner class, but it basically would've...
  4. Replies
    9
    Views
    2,033

    Re: Problem with throwing an exception...

    Say, you're not creating a GameClient2 object inside the GameClient2 class are you?

    I did that once, caused a StackOverFlowError.

    I made an object of the "big" class inside one of its inner...
  5. Replies
    9
    Views
    2,033

    Re: Problem with throwing an exception...

    You're calling something repeatedly I think.

    Well...actually it appears it's throwing Exception till it runs out of memory or something.

    Why I don't know.
Results 1 to 5 of 5