Java View all facts Glossary Help |
| object > exception > checked exception |
| checked exception comparison table | ||||
| Subject | is a kind of | has definition | is partitioned into | |
|---|---|---|---|---|
| exception |
| object | An event that happens during program execution that prevents the program from continuing normally; generally, an error | unchecked exception, checked exception |
| checked exception |
| exception | A kind of exception that Java checks for at compile time and for which a Java program contains handlers |
Next exception: programmer-created exception class Up: exception Previous exception: built-in exception