4 ms·
Attributes? Why not just throw new RuntimeException(exception); Edit: If there weren't exceptions for every mundane thing I think I would prefer no checked ex
by sixcorners 14y ago
Attributes? Why not just
throw new RuntimeException(exception);
Edit: If there weren't exceptions for every mundane thing I think I would prefer no checked exceptions also.
- slavak 14y agoBecause you've in essence bypassed the entire checked-exception system anyway?
- sixcorners 14y agoHow? You acknowledged that the exception exists. You didn't do that by putting 'throws' on everything.