![]() |
subject > programming language construct > exception > Java exception > Java programmer-created exception class |
![]() ![]() | ||||
Java programmer-created exception class | ||||
subject | fact |
Java programmer-created exception class | is a subtopic of The Basics of Java | ![]() |
is a kind of Java exception | ![]() | |
Java exception | is 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 block | ![]() |
exception | is thrown when something goes wrong in the execution of a program | ![]() |
see also Exception class | ![]() |