Object Oriented Software Engineering View all facts Glossary Help |
| subject > programming language construct > exception > unexpected exception |
| unexpected exception comparison table | |||||
| Subject | is a kind of | cause | is a subtopic of | occur in | has definition |
|---|---|---|---|---|---|
| exception | programming language construct | The Basics of Java | A situation that arises in a program requiring special handling, and hence deviation from the normal path of control | ||
| unexpected exception | exception | failure | 10.2 - Effective and Efficient Testing | a situation that was not anticipated by the programmer |
Next exception: Java exception Up: exception