![]() |
subject > programming language construct > exception |
![]() ![]() | ||||
exception comparison table |
Subject | raise in | cause | is a subtopic of | occur in |
---|---|---|---|---|
Java exception | a statement that is not in a try block with an appropriate catch statement, Java looks to see if the caller of the current method is within a try block that has an appropriate catch block, and Java look at callers right up to the main program and will report an error if it has not been able to find any suitable catch block | The Basics of Java | ||
unexpected exception | failure | 10.2 - Effective and Efficient Testing | a situation that was not anticipated by the programmer |
Next programming language construct: function Up: programming language construct Previous programming language construct: declaration