To avoid all standard-answers I could have Googled on, I will provide an example you all can attack at will. C# and Java ...
-
May 28, 2022
- 0 Comments
When is it right for a constructor to throw an exception? (Or in the case of Objective C: when is it right for ...
-
May 23, 2022
- 0 Comments
I have always been of the belief that if a method can throw an exception then it is reckless not to protect this ...
-
May 5, 2022
- 0 Comments
I have exceptions created for every condition that my application does not expect. UserNameNotValidException, PasswordNotCorrectException etc. However I was told I should not ...
-
May 4, 2022
- 0 Comments
Recently I ran into this error in my web application: java.lang.OutOfMemoryError: PermGen space It’s a typical Hibernate/JPA + IceFaces/JSF application running on Tomcat ...
-
April 14, 2022
- 0 Comments