Exception Hierarchy In Java
Categories: Java 8(JDK1.8) ||
All exception classes are subtypes of the java.lang.Exception class. The exception class is a subclass of the Throwable class. Other than the exception class there is another subclass called Error whi