Exception Handling in Java
Recently I have been learning how to use the exception handling types in Java’s JDK more appropriately. Here are some golden rules to follow, when throwing an exception type. Much of how you use checked and unchecked exception types, depends on where you want to throw an exception in the application’s stack. IllegalArgumentException Used and […]