Difference between revisions of "Java Exception Handling"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
=== When catching exceptions, log appropriately === | === When catching exceptions, log appropriately === | ||
=== Between modules, throw only generic exceptions (e.g. java.lang.Exception, java.lang.RuntimeException) === | === Between modules, throw only generic exceptions (e.g. java.lang.Exception, java.lang.RuntimeException) without cause === |