Java   View all facts   Glossary   Help
object > exception > checked exception
Next exceptionprogrammer-created exception class    Upexception    Previous exceptionbuilt-in exception   

checked exception comparison table
Subject is a kind of has definition is partitioned into
exceptionobjectAn event that happens during program execution that prevents the program from continuing normally; generally, an errorunchecked exception, checked exception
checked exceptionexceptionA kind of exception that Java checks for at compile time and for which a Java program contains handlers 

Next exceptionprogrammer-created exception class    Upexception    Previous exceptionbuilt-in exception