16 Answered Questions
[SOLVED] Why is "except: pass" a bad programming practice?
- 2014-02-04 13:02:51
- Vader
- 143643 View
- 301 Score
- 16 Answer
- Tags: python exception exception-handling error-handling try-catch
5 Answered Questions
[SOLVED] How to write trycatch in R
- 2012-08-30 09:27:17
- Dd Pp
- 219113 View
- 307 Score
- 5 Answer
- Tags: r exception exception-handling try-catch r-faq
11 Answered Questions
[SOLVED] Can I try/catch a warning?
- 2009-08-06 21:51:30
- user121196
- 189726 View
- 336 Score
- 11 Answer
- Tags: php error-handling try-catch
14 Answered Questions
[SOLVED] Catching java.lang.OutOfMemoryError?
- 2010-04-20 23:11:57
- Denis Bazhenov
- 79618 View
- 97 Score
- 14 Answer
- Tags: java try-catch out-of-memory
4 Answered Questions
[SOLVED] Correct Try...Catch Syntax Using Async/Await
- 2017-06-20 22:15:16
- freedomflyer
- 23133 View
- 49 Score
- 4 Answer
- Tags: javascript promise async-await try-catch ecmascript-2017
20 Answered Questions
[SOLVED] Why are empty catch blocks a bad idea?
- 2009-08-05 16:31:56
- Samuel Carrijo
- 85467 View
- 177 Score
- 20 Answer
- Tags: exception-handling try-catch
9 Answered Questions
[SOLVED] C# catch a stack overflow exception
- 2009-10-21 07:15:40
- Toto
- 94129 View
- 110 Score
- 9 Answer
- Tags: c# try-catch stack-overflow
17 Answered Questions
[SOLVED] Why catch and rethrow an exception in C#?
- 2009-05-19 07:56:55
- corlettk
- 208486 View
- 530 Score
- 17 Answer
- Tags: c# exception-handling try-catch
4 Answered Questions
[SOLVED] How do I save warnings and errors as output from a function?
- 2011-02-09 17:34:04
- Aaron - Reinstate Monica
- 17222 View
- 39 Score
- 4 Answer
- Tags: r error-handling try-catch
11 Answered Questions
[SOLVED] Do try/catch blocks hurt performance when exceptions are not thrown?
- 2009-08-20 19:50:23
- Kobi
- 65636 View
- 261 Score
- 11 Answer
- Tags: c# performance try-catch
15 Answered Questions
[SOLVED] How using try catch for exception handling is best practice
- 2013-02-20 06:32:37
- Toan Nguyen
- 322117 View
- 199 Score
- 15 Answer
- Tags: c# .net exception exception-handling try-catch
10 Answered Questions
[SOLVED] Can I catch multiple Java exceptions in the same catch clause?
- 2010-08-16 18:07:03
- froadie
- 462884 View
- 668 Score
- 10 Answer
- Tags: java exception try-catch multi-catch
8 Answered Questions
[SOLVED] Better to 'try' something and catch the exception or test if it's possible first to avoid an exception?
- 2011-09-29 23:55:29
- chown
- 35637 View
- 125 Score
- 8 Answer
- Tags: python exception-handling if-statement try-catch pep
7 Answered Questions
[SOLVED] Is it expensive to use try-catch blocks even if an exception is never thrown?
- 2013-05-08 23:16:40
- jsedano
- 38960 View
- 181 Score
- 7 Answer
- Tags: java performance try-catch
10 Answered Questions
[SOLVED] Is it a good practice to use try-except-else in Python?
- 2013-04-22 01:44:52
- Juan Antonio Gomez Moriano
- 219854 View
- 401 Score
- 10 Answer
- Tags: python exception exception-handling try-catch
21 Answered Questions
[SOLVED] How do you implement a re-try-catch?
- 2012-11-05 20:36:54
- Andres Farias
- 161146 View
- 189 Score
- 21 Answer
- Tags: java exception exception-handling try-catch
16 Answered Questions
[SOLVED] Why should I not wrap every block in "try"-"catch"?
- 2010-04-29 12:43:52
- Konrad
- 58530 View
- 424 Score
- 16 Answer
- Tags: java c++ exception exception-handling try-catch
12 Answered Questions
[SOLVED] Will code in a Finally statement fire if I return a value in a Try block?
- 2008-12-05 20:50:17
- JamesEggers
- 73636 View
- 228 Score
- 12 Answer
- Tags: c# .net exception-handling try-catch
11 Answered Questions
3 Answered Questions
[SOLVED] Program freezes during Thread.sleep() and with Timer
- 2011-10-19 04:35:51
- Ruben Martinez Jr.
- 3103 View
- 0 Score
- 3 Answer
- Tags: java try-catch sleep freeze bufferedimage
5 Answered Questions
[SOLVED] Capture keyboardinterrupt in Python without try-except
- 2010-11-17 14:24:51
- Alex
- 94081 View
- 101 Score
- 5 Answer
- Tags: python try-catch keyboardinterrupt
5 Answered Questions
[SOLVED] catch exception by pointer in C++
- 2010-01-07 19:27:51
- skydoor
- 18770 View
- 48 Score
- 5 Answer
- Tags: c++ exception-handling throw try-catch
4 Answered Questions
[SOLVED] Try With Resources vs Try-Catch
- 2014-10-22 19:58:05
- computerquest
- 16003 View
- 31 Score
- 4 Answer
- Tags: java try-catch try-with-resources
7 Answered Questions
[SOLVED] try/catch + using, right syntax
- 2011-01-04 03:53:54
- Xaqron
- 87420 View
- 178 Score
- 7 Answer
- Tags: c# try-catch using-statement
2 Answered Questions
3 Answered Questions
[SOLVED] C++, __try and try/catch/finally
- 2011-08-13 09:05:58
- martin
- 51724 View
- 42 Score
- 3 Answer
- Tags: c++ exception-handling try-catch finally
5 Answered Questions
[SOLVED] Main method code entirely inside try/catch: Is it bad practice?
- 2011-01-28 11:20:02
- TheBoss
- 9470 View
- 31 Score
- 5 Answer
- Tags: c# oop programming-languages exception-handling try-catch
7 Answered Questions
[SOLVED] How do exceptions work (behind the scenes) in c++
- 2008-11-21 02:06:03
- user34537
- 28805 View
- 108 Score
- 7 Answer
- Tags: c++ performance exception throw try-catch
5 Answered Questions
4 Answered Questions
[SOLVED] Difference between try-catch syntax for function
- 2011-07-20 04:14:33
- iammilind
- 5599 View
- 43 Score
- 4 Answer
- Tags: c++ syntax try-catch function-try-block