I am a beginner in programming. This time I learned exception handling, so I will output it. If you have any mistakes, please leave a comment.
An error detected during program execution
The mechanism up to the execution of java is as follows.
The error that appears in (Execution) in the above figure is ** Exception **
An error message appears on the console and the process is ** interrupted **.
There is. The method is ** exception handling **.
Recommended Posts