Timeline for Java exception handling design
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 20, 2014 at 20:34 | comment | added | scriptin | @Doval I think "general" means "common", "ubiquitous", since he spoke about NPEs. | |
| Nov 20, 2014 at 20:25 | comment | added | Doval |
There are no "general" faults. Error is expected to be unrecoverable. If someone manually throws an Error (especially AssertionError) it's because they encountered an "impossible" condition and there's nothing left to do but crash and try to find the bug.
|
|
| Nov 20, 2014 at 20:12 | history | answered | scriptin | CC BY-SA 3.0 |