Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Thread: unexpected output

    by Norm
    Replies
    4
    Views
    1,563

    Re: unexpected output

    The compiler is telling you to wrap some part of the code in a try{}catch block because that code can throw an exception.


    No exception is thrown during compilation. There is a statement that...
  2. Thread: unexpected output

    by Norm
    Replies
    4
    Views
    1,563

    Re: unexpected output

    What exception is being thrown that you expect to execute the catch block?

    Please edit your post and wrap your code with code tags:


    YOUR CODE GOES HERE

    to get highlighting and preserve...
Results 1 to 2 of 2