Jayesh Naithani

71%
Flag icon
Do not reuse Exception, RuntimeException, Throwable, or Error directly. Treat these classes as if they were abstract. You can't reliably test for these exceptions because they are superclasses of other exceptions that a method may throw.
Effective Java
Rate this book
Clear rating
Open Preview