Tag Archive: java unchecked exception

Jun
30

Understanding Exceptions in Java

The Exception Tree in Java

An exception is an error that happens when an application is running. When an exception condition happens, the exception is said to be thrown, and it changes the normal execution control flow of the program. Java offers a very comprehensive and flexible system for exception handling. The main benefit of such a system is that …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/understanding-exceptions-in-java/