Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > exception > Java exception > Java built-in exception
Next Java exceptionJava programmer-created exception class    UpJava exception

Java built-in exception
subjectfact 
Java built-in exceptionis a subtopic of The Basics of Java2001-08-30 14:56:09.0
is a kind of Java exception2001-08-30 14:56:09.0
Java exceptionis raised in 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 block2001-08-30 14:56:13.0
exceptionis thrown when something goes wrong in the execution of a program2001-08-30 14:55:32.0
see also Exception class2001-08-30 14:55:32.0