Thread: try{.....}catch

Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11  
    Gander
    Guest
    Catching should only be used if something Throwable is expected (AKA) A socket not connecting etc, any other errors like IndexoutofboundsException etc. Should be fixed, not caught.
     

  2. #12  
    Whitey
    Guest
    Quote Originally Posted by Gander View Post
    Catching should only be used if something Throwable is expected (AKA) A socket not connecting etc, any other errors like IndexoutofboundsException etc. Should be fixed, not caught.
    So true gander
     

  3. #13  
    mstier s
    Guest
    No, most people use else in general.
     

Page 2 of 2 FirstFirst 12

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •