Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > exception
Next programming language constructfunction    Upprogramming language construct    Previous programming language constructdeclaration   

exception comparison table
Subject raise in cause is a subtopic of occur in
Java exceptiona 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 failure10.2 - Effective and Efficient Testinga situation that was not anticipated by the programmer

Next programming language constructfunction    Upprogramming language construct    Previous programming language constructdeclaration